From 5b86b2a5b5572129984e8d9f056771b7c5afca98 Mon Sep 17 00:00:00 2001 From: Peter Verthez Date: Sun, 22 Sep 2002 09:17:55 +0000 Subject: [PATCH] Init functions for the lexers. --- gedcom/multilex.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 */ -- 2.30.2