/[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 2 Revision 18
23#define PSICONV_PARSE_H 23#define PSICONV_PARSE_H
24 24
25#include "data.h" 25#include "data.h"
26typedef psiconv_list psiconv_buffer; /* of u8 */ 26typedef psiconv_list psiconv_buffer; /* of u8 */
27 27
28extern psiconv_file_type_t psiconv_file_type(psiconv_buffer buf); 28extern psiconv_file_type_t psiconv_file_type(psiconv_buffer buf,
29 int *length,
30 psiconv_header_section *result);
29extern int psiconv_parse(const psiconv_buffer buf,psiconv_file *result); 31extern int psiconv_parse(const psiconv_buffer buf,psiconv_file *result);
30 32
31extern int psiconv_verbosity; 33extern int psiconv_verbosity;
32 34
33#define PSICONV_VERB_DEBUG 4 35#define PSICONV_VERB_DEBUG 4

Legend:
Removed from v.2  
changed lines
  Added in v.18

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