--- psiconv/trunk/lib/psiconv/error.h 2004/01/04 22:20:43 183 +++ psiconv/trunk/lib/psiconv/error.h 2004/01/06 20:15:01 184 @@ -31,6 +31,8 @@ * stderr */ extern void psiconv_fatal(psiconv_config config,int level, psiconv_u32 off, const char *format,...); +extern void psiconv_error(psiconv_config config,int level, psiconv_u32 off, + const char *format,...); extern void psiconv_warn(psiconv_config config,int level, psiconv_u32 off, const char *format,...); extern void psiconv_progress(psiconv_config config,int level, psiconv_u32 off, @@ -38,9 +40,10 @@ extern void psiconv_debug(psiconv_config config,int level, psiconv_u32 off, const char *format,...); -#define PSICONV_VERB_DEBUG 4 -#define PSICONV_VERB_PROGRESS 3 -#define PSICONV_VERB_WARN 2 +#define PSICONV_VERB_DEBUG 5 +#define PSICONV_VERB_PROGRESS 4 +#define PSICONV_VERB_WARN 3 +#define PSICONV_VERB_ERROR 2 #define PSICONV_VERB_FATAL 1 #define PSICONV_E_OK 0