Release 0.7
[gedcom-parse.git] / multilex.h
1 /* $Id$ */
2 /* $Name$ */
3
4 #ifndef __MULTILEX_H
5 #define __MULTILEX_H
6 #include <stdio.h>
7
8 int        gedcom_parse_file(char* file_name);
9
10 int        gedcom_1byte_lex();
11 extern FILE *gedcom_1byte_in;
12
13 int        gedcom_hilo_lex();
14 extern FILE *gedcom_hilo_in;
15
16 int        gedcom_lohi_lex();
17 extern FILE *gedcom_lohi_in;
18 #endif /* __MULTILEX_H */