X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=interface.h;h=db1a048f218b099dee36d795749fb82adc9757e3;hb=8093e53a57e174b019f07760f5bf815271ceee9b;hp=4ddeadb925f3ebd65128da9a91850c5cdb3bb9a7;hpb=6ecd50de9c5c892d2df4fe0a10b671613c18d51d;p=gedcom-parse.git diff --git a/interface.h b/interface.h index 4ddeadb..db1a048 100644 --- a/interface.h +++ b/interface.h @@ -1,8 +1,19 @@ +/* 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$ */ + #ifndef __INTERFACE_H #define __INTERFACE_H #include "gedcom.h" -#include "external.h" Gedcom_ctxt start_record(Gedcom_rec rec, int level, char *xref, char *tag); void end_record(Gedcom_rec rec, Gedcom_ctxt self);