Some changes to the interface...
[gedcom-parse.git] / multilex.h
1 /*  This program is free software; you can redistribute it and/or modify  *
2  *  it under the terms of the GNU General Public License as published by  *
3  *  the Free Software Foundation; either version 2 of the License, or     *
4  *  (at your option) any later version.                                   *
5
6  (C) 2001 by The Genes Development Team
7  Original author: Peter Verthez (Peter.Verthez@advalvas.be)
8 */
9
10 /* $Id$ */
11 /* $Name$ */
12
13 #ifndef __MULTILEX_H
14 #define __MULTILEX_H
15 #include <stdio.h>
16
17 int        gedcom_1byte_lex();
18 extern FILE *gedcom_1byte_in;
19
20 int        gedcom_hilo_lex();
21 extern FILE *gedcom_hilo_in;
22
23 int        gedcom_lohi_lex();
24 extern FILE *gedcom_lohi_in;
25 #endif /* __MULTILEX_H */