X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=include%2Fgedcom.h;h=e985ccedd05c8da0ba3a4d7b038cf213565fc875;hb=ff1b9ecaeb554577558cb99475d026e2653a3e7d;hp=afaec3b121b5dc715bfe6204a36a792312b0974b;hpb=c8581c09e480773b9add50910889b388de40fc79;p=gedcom-parse.git diff --git a/include/gedcom.h b/include/gedcom.h index afaec3b..e985cce 100644 --- a/include/gedcom.h +++ b/include/gedcom.h @@ -1,8 +1,33 @@ -#ifndef __EXTERNAL_H -#define __EXTERNAL_H +/* External header for the Gedcom parser library. + Copyright (C) 2001 The Genes Development Team + This file is part of the Gedcom parser library. + Contributed by Peter Verthez , 2001. + + 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$ */ + +#ifndef __GEDCOM_H +#define __GEDCOM_H #include +__BEGIN_DECLS + typedef enum _REC { REC_HEAD, REC_FAM, @@ -97,4 +122,6 @@ void gedcom_subscribe_to_element(Gedcom_elt elt, Gedcom_elt_start_cb cb_start, Gedcom_elt_end_cb cb_end); -#endif /* __EXTERNAL_H */ +__END_DECLS + +#endif /* __GEDCOM_H */