X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=gom%2Ffamily_link.h;fp=gom%2Ffamily_link.h;h=64b323d496f1ec9180ff0311e5a1c4d6d1aaa279;hb=7ea4ef8cae7b52f2bf66371a5e7b493cbd12900e;hp=0000000000000000000000000000000000000000;hpb=658c8f10d582c24175bf351d8965413ada9cfb42;p=gedcom-parse.git diff --git a/gom/family_link.h b/gom/family_link.h new file mode 100644 index 0000000..64b323d --- /dev/null +++ b/gom/family_link.h @@ -0,0 +1,35 @@ +/* Include file for the family link substructure in the gedcom object model. + Copyright (C) 2002 The Genes Development Team + This file is part of the Gedcom parser library. + Contributed by Peter Verthez , 2002. + + 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 __FAMILY_LINK_H +#define __FAMILY_LINK_H + +#include "gom.h" +#include "gom_internal.h" + +void family_link_subscribe(); +void family_link_cleanup(struct family_link* link); +void family_link_add_note(Gom_ctxt ctxt, struct note_sub* note); +void family_link_add_user_data(Gom_ctxt ctxt, struct user_data* data); + +#endif /* __FAMILY_LINK_H */