From: Peter Verthez Date: Sun, 22 Sep 2002 09:17:55 +0000 (+0000) Subject: Init functions for the lexers. X-Git-Url: https://git.dlugolecki.net.pl/?a=commitdiff_plain;h=5b86b2a5b5572129984e8d9f056771b7c5afca98;p=gedcom-parse.git Init functions for the lexers. --- diff --git a/gedcom/multilex.h b/gedcom/multilex.h index 149169a..e96e8b9 100644 --- a/gedcom/multilex.h +++ b/gedcom/multilex.h @@ -26,11 +26,11 @@ #include int gedcom_1byte_lex(); -extern FILE *gedcom_1byte_in; +void gedcom_1byte_myinit(FILE* f); int gedcom_hilo_lex(); -extern FILE *gedcom_hilo_in; +void gedcom_hilo_myinit(FILE* f); int gedcom_lohi_lex(); -extern FILE *gedcom_lohi_in; +void gedcom_lohi_myinit(FILE* f); #endif /* __MULTILEX_H */