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

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

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

Revision 60 Revision 61
35 psiconv_header_section *result); 35 psiconv_header_section *result);
36extern int psiconv_parse(const psiconv_buffer buf,psiconv_file *result); 36extern int psiconv_parse(const psiconv_buffer buf,psiconv_file *result);
37 37
38extern int psiconv_verbosity; 38extern int psiconv_verbosity;
39 39
40typedef void (*psiconv_error_handler_t) (int kind, psiconv_u32 off,
41 const char *message);
42
43extern psiconv_error_handler_t psiconv_error_handler;
44
45
40#define PSICONV_VERB_DEBUG 4 46#define PSICONV_VERB_DEBUG 4
41#define PSICONV_VERB_PROGRESS 3 47#define PSICONV_VERB_PROGRESS 3
42#define PSICONV_VERB_WARN 2 48#define PSICONV_VERB_WARN 2
43#define PSICONV_VERB_SILENT 1 49#define PSICONV_VERB_FATAL 1
44 50
45#ifdef __cplusplus 51#ifdef __cplusplus
46} 52}
47#endif /* __cplusplus */ 53#endif /* __cplusplus */
48 54

Legend:
Removed from v.60  
changed lines
  Added in v.61

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