--- psiconv/trunk/lib/psiconv/parse.h 2000/12/13 00:42:04 61 +++ psiconv/trunk/lib/psiconv/parse.h 2000/12/13 16:17:54 62 @@ -17,12 +17,16 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ -/* Declarations only needed for the parser */ +/* Declarations only needed for the parser. If you want to parse, just + include this. */ #ifndef PSICONV_PARSE_H #define PSICONV_PARSE_H #include +#include +#include +#include #ifdef __cplusplus extern "C" { @@ -35,19 +39,6 @@ psiconv_header_section *result); extern int psiconv_parse(const psiconv_buffer buf,psiconv_file *result); -extern int psiconv_verbosity; - -typedef void (*psiconv_error_handler_t) (int kind, psiconv_u32 off, - const char *message); - -extern psiconv_error_handler_t psiconv_error_handler; - - -#define PSICONV_VERB_DEBUG 4 -#define PSICONV_VERB_PROGRESS 3 -#define PSICONV_VERB_WARN 2 -#define PSICONV_VERB_FATAL 1 - #ifdef __cplusplus } #endif /* __cplusplus */