1 /* Include file for the multimedia object in the gedcom object model.
2 Copyright (C) 2002 The Genes Development Team
3 This file is part of the Gedcom parser library.
4 Contributed by Peter Verthez <Peter.Verthez@advalvas.be>, 2002.
6 The Gedcom parser library is free software; you can redistribute it
7 and/or modify it under the terms of the GNU Lesser General Public
8 License as published by the Free Software Foundation; either
9 version 2.1 of the License, or (at your option) any later version.
11 The Gedcom parser library is distributed in the hope that it will be
12 useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 Lesser General Public License for more details.
16 You should have received a copy of the GNU Lesser General Public
17 License along with the Gedcom parser library; if not, write to the
18 Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
24 #ifndef __MULTIMEDIA_H
25 #define __MULTIMEDIA_H
28 #include "gom_internal.h"
30 void multimedia_subscribe();
31 void multimedias_cleanup();
32 int write_multimedia_recs(Gedcom_write_hndl hndl);
34 DECLARE_MAKEFUNC(multimedia);
35 DECLARE_ADDFUNC2(multimedia, note_sub);
36 DECLARE_ADDFUNC2(multimedia, user_ref_number);
37 DECLARE_ADDFUNC2(multimedia, user_data);
38 DECLARE_ADDFUNC2_NOLIST(multimedia, change_date);
39 DECLARE_ADDFUNC2_STR(multimedia, record_id);
41 #endif /* __MULTIMEDIA_H */