X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=gedcom%2Fmultilex.h;h=e96e8b919e1a71420dd850c280b92e8ac78a4f75;hb=6103dd898c4de86c68891cc0222543988a2caab7;hp=149169a65a09817bf4a5172dee34e5ce8c0741eb;hpb=afa899b84bdecf41c1ea5e888967e51b2444e669;p=gedcom-parse.git 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 */