/[public]/psiconv/trunk/lib/psiconv/error.h
ViewVC logotype

Diff of /psiconv/trunk/lib/psiconv/error.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

Revision 167 Revision 168
19 19
20#ifndef PSICONV_ERROR_H 20#ifndef PSICONV_ERROR_H
21#define PSICONV_ERROR_H 21#define PSICONV_ERROR_H
22 22
23#include <psiconv/general.h> 23#include <psiconv/general.h>
24#include <psiconv/configuration.h>
24 25
25#ifdef __cplusplus 26#ifdef __cplusplus
26extern "C" { 27extern "C" {
27#endif /* __cplusplus */ 28#endif /* __cplusplus */
28
29extern int psiconv_verbosity;
30 29
31typedef void (*psiconv_error_handler_t) (int kind, psiconv_u32 off, 30typedef void (*psiconv_error_handler_t) (int kind, psiconv_u32 off,
32 const char *message); 31 const char *message);
33 32
34extern psiconv_error_handler_t psiconv_error_handler; 33extern psiconv_error_handler_t psiconv_error_handler;
35 34
36/* These functions print error, warning, progress and debug information to 35/* These functions print error, warning, progress and debug information to
37 * stderr */ 36 * stderr */
38extern void psiconv_fatal(int level, psiconv_u32 off, const char *format,...); 37extern void psiconv_fatal(psiconv_config config,int level, psiconv_u32 off,
39extern void psiconv_warn(int level, psiconv_u32 off, const char *format,...); 38 const char *format,...);
39extern void psiconv_warn(psiconv_config config,int level, psiconv_u32 off,
40 const char *format,...);
40extern void psiconv_progress(int level, psiconv_u32 off, 41extern void psiconv_progress(psiconv_config config,int level, psiconv_u32 off,
41 const char *format,...); 42 const char *format,...);
42extern void psiconv_debug(int level, psiconv_u32 off, const char *format,...); 43extern void psiconv_debug(psiconv_config config,int level, psiconv_u32 off,
44 const char *format,...);
43 45
44#define PSICONV_VERB_DEBUG 4 46#define PSICONV_VERB_DEBUG 4
45#define PSICONV_VERB_PROGRESS 3 47#define PSICONV_VERB_PROGRESS 3
46#define PSICONV_VERB_WARN 2 48#define PSICONV_VERB_WARN 2
47#define PSICONV_VERB_FATAL 1 49#define PSICONV_VERB_FATAL 1

Legend:
Removed from v.167  
changed lines
  Added in v.168

frodo@frodo.looijaard.name
ViewVC Help
Powered by ViewVC 1.1.26