dlugolecki.net.pl
Dziennik
Polecane
Software
projects
/
gedcom-parse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d11e28
)
Init functions for the lexers.
author
Peter Verthez
<Peter.Verthez@advalvas.be>
Sun, 22 Sep 2002 09:17:55 +0000
(09:17 +0000)
committer
Peter Verthez
<Peter.Verthez@advalvas.be>
Sun, 22 Sep 2002 09:17:55 +0000
(09:17 +0000)
gedcom/multilex.h
patch
|
blob
|
history
diff --git
a/gedcom/multilex.h
b/gedcom/multilex.h
index 149169a65a09817bf4a5172dee34e5ce8c0741eb..e96e8b919e1a71420dd850c280b92e8ac78a4f75 100644
(file)
--- a/
gedcom/multilex.h
+++ b/
gedcom/multilex.h
@@
-26,11
+26,11
@@
#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 */