New files: specifying the callback interface.
[gedcom-parse.git] / multilex.h
index c8f81ef5a5974a826abab931243b12a6e5a828db..6a1639392771a3a6991c491be93584fce8ac3af3 100644 (file)
@@ -1,3 +1,12 @@
+/*  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.                                   *
+
+ (C) 2001 by The Genes Development Team
+ Original author: Peter Verthez (Peter.Verthez@advalvas.be)
+*/
+
 /* $Id$ */
 /* $Name$ */
 
@@ -5,8 +14,6 @@
 #define __MULTILEX_H
 #include <stdio.h>
 
-int        gedcom_parse_file(char* file_name);
-
 int        gedcom_1byte_lex();
 extern FILE *gedcom_1byte_in;