Copied from old documentation. Removed all Gedcom_val details.
[gedcom-parse.git] / gedcom / multilex.h
index 6a1639392771a3a6991c491be93584fce8ac3af3..e96e8b919e1a71420dd850c280b92e8ac78a4f75 100644 (file)
@@ -1,11 +1,22 @@
-/*  This program is free software; you can redistribute it and/or modify  *
- *  it under the terms of the GNU General Public License as published by  *
- *  the Free Software Foundation; either version 2 of the License, or     *
- *  (at your option) any later version.                                   *
+/* Header for multilex.h.
+   Copyright (C) 2001 The Genes Development Team
+   This file is part of the Gedcom parser library.
+   Contributed by Peter Verthez <Peter.Verthez@advalvas.be>, 2001.
 
- (C) 2001 by The Genes Development Team
- Original author: Peter Verthez (Peter.Verthez@advalvas.be)
-*/
+   The Gedcom parser library is free software; you can redistribute it
+   and/or modify it under the terms of the GNU Lesser General Public
+   License as published by the Free Software Foundation; either
+   version 2.1 of the License, or (at your option) any later version.
+
+   The Gedcom parser library is distributed in the hope that it will be
+   useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+   Lesser General Public License for more details.
+
+   You should have received a copy of the GNU Lesser General Public
+   License along with the Gedcom parser library; if not, write to the
+   Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
+   02111-1307 USA.  */
 
 /* $Id$ */
 /* $Name$ */
 #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 */