--- psiconv/trunk/lib/psiconv/parse.h 1999/10/13 19:15:59 17 +++ psiconv/trunk/lib/psiconv/parse.h 1999/10/27 13:09:40 18 @@ -25,7 +25,9 @@ #include "data.h" typedef psiconv_list psiconv_buffer; /* of u8 */ -extern psiconv_file_type_t psiconv_file_type(psiconv_buffer buf); +extern psiconv_file_type_t psiconv_file_type(psiconv_buffer buf, + int *length, + psiconv_header_section *result); extern int psiconv_parse(const psiconv_buffer buf,psiconv_file *result); extern int psiconv_verbosity;