1 /* Include file for the LDS event substructure in the gedcom object
3 Copyright (C) 2002 The Genes Development Team
4 This file is part of the Gedcom parser library.
5 Contributed by Peter Verthez <Peter.Verthez@advalvas.be>, 2002.
7 The Gedcom parser library is free software; you can redistribute it
8 and/or modify it under the terms of the GNU Lesser General Public
9 License as published by the Free Software Foundation; either
10 version 2.1 of the License, or (at your option) any later version.
12 The Gedcom parser library is distributed in the hope that it will be
13 useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 Lesser General Public License for more details.
17 You should have received a copy of the GNU Lesser General Public
18 License along with the Gedcom parser library; if not, write to the
19 Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
29 #include "gom_internal.h"
31 void lds_event_subscribe();
32 void lds_event_cleanup(struct lds_event* mm);
33 void lds_event_add_note(Gom_ctxt ctxt, struct note_sub* note);
34 void lds_event_add_citation(Gom_ctxt ctxt, struct source_citation* cit);
35 void lds_event_add_user_data(Gom_ctxt ctxt, struct user_data* data);
36 int write_lds_events(Gedcom_write_hndl hndl, int parent,
37 struct lds_event *lds);
39 #endif /* __LDS_EVENT_H */