Copied from old documentation. Removed all Gedcom_val details.
[gedcom-parse.git] / gedcom / multilex.h
index 149169a65a09817bf4a5172dee34e5ce8c0741eb..e96e8b919e1a71420dd850c280b92e8ac78a4f75 100644 (file)
 #include <stdio.h>
 
 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 */