/[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 18 Revision 55
21 21
22#ifndef PSICONV_PARSE_H 22#ifndef PSICONV_PARSE_H
23#define PSICONV_PARSE_H 23#define PSICONV_PARSE_H
24 24
25#include "data.h" 25#include "data.h"
26
27#ifdef __cplusplus
28extern "C" {
29#endif /* __cplusplus */
30
26typedef psiconv_list psiconv_buffer; /* of u8 */ 31typedef psiconv_list psiconv_buffer; /* of u8 */
27 32
28extern psiconv_file_type_t psiconv_file_type(psiconv_buffer buf, 33extern psiconv_file_type_t psiconv_file_type(psiconv_buffer buf,
29 int *length, 34 int *length,
30 psiconv_header_section *result); 35 psiconv_header_section *result);
35#define PSICONV_VERB_DEBUG 4 40#define PSICONV_VERB_DEBUG 4
36#define PSICONV_VERB_PROGRESS 3 41#define PSICONV_VERB_PROGRESS 3
37#define PSICONV_VERB_WARN 2 42#define PSICONV_VERB_WARN 2
38#define PSICONV_VERB_SILENT 1 43#define PSICONV_VERB_SILENT 1
39 44
45#ifdef __cplusplus
46}
47#endif /* __cplusplus */
48
40#endif /* def PSICONV_PARSE_H */ 49#endif /* def PSICONV_PARSE_H */

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

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