X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=multilex.h;h=6a1639392771a3a6991c491be93584fce8ac3af3;hb=c75da58b11b6b5f18e1d3f2200aa1e2f9ba5ac64;hp=c8f81ef5a5974a826abab931243b12a6e5a828db;hpb=a54348309c92f4d7a2dd66b4055122a7be19ca28;p=gedcom-parse.git diff --git a/multilex.h b/multilex.h index c8f81ef..6a16393 100644 --- a/multilex.h +++ b/multilex.h @@ -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 -int gedcom_parse_file(char* file_name); - int gedcom_1byte_lex(); extern FILE *gedcom_1byte_in;