X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=apps%2Fcvenv%2FEiC%2Ferror.h;fp=apps%2Fcvenv%2FEiC%2Ferror.h;h=0000000000000000000000000000000000000000;hb=e4c14cdbdf2fe805e79cd96ded236f57e7b89060;hp=b425913594dc0713a732b3c5f114fd8f1917665a;hpb=454138ff8a20f6edb9b65a910101403d8b520643;p=opencv diff --git a/apps/cvenv/EiC/error.h b/apps/cvenv/EiC/error.h deleted file mode 100644 index b425913..0000000 --- a/apps/cvenv/EiC/error.h +++ /dev/null @@ -1,32 +0,0 @@ -#ifndef ERRORH_ -#define ERRORH_ - -#ifdef __cplusplus -extern "C" { -#endif - -/* error handling error.c ----------------------------*/ -void EiC_error(char *, ...); -int EiC_match(int t, char * m); -void EiC_warningerror(char *, ...); -void EiC_clear_err_msgs(void); -void EiC_formatMessage(char *,...); - - -/* error handling globals ----------------------------*/ -extern int EiC_ParseError; /* if 1 an error has occured */ -extern int EiC_ErrorRecover; /* if 1 attempting to recover from error*/ -extern int EiC_errs; /* Number of errors and warnings */ - -extern void (*EiC_messageDisplay)(char *); /* pointer function to - * message Display - * function - */ - -#ifdef __cplusplus -} -#endif - -#endif