X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=gedcom%2Fmultilex.h;h=e96e8b919e1a71420dd850c280b92e8ac78a4f75;hb=6103dd898c4de86c68891cc0222543988a2caab7;hp=6a1639392771a3a6991c491be93584fce8ac3af3;hpb=8093e53a57e174b019f07760f5bf815271ceee9b;p=gedcom-parse.git diff --git a/gedcom/multilex.h b/gedcom/multilex.h index 6a16393..e96e8b9 100644 --- a/gedcom/multilex.h +++ b/gedcom/multilex.h @@ -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 , 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$ */ @@ -15,11 +26,11 @@ #include 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 */