X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=gom%2Fnote_sub.h;h=c78bfa2e11359a3558cf3d8f7ed778a21170b47f;hb=d2d823fd4fe80162765029e5bc29f9b4f6f968f5;hp=630f3d89abb2135106ccdb333d42ad8050dbbc13;hpb=5b045164f4a11b1f4d709820e784e1ca77b61b3f;p=gedcom-parse.git diff --git a/gom/note_sub.h b/gom/note_sub.h index 630f3d8..c78bfa2 100644 --- a/gom/note_sub.h +++ b/gom/note_sub.h @@ -28,8 +28,12 @@ #include "gom_internal.h" void note_sub_subscribe(); -void note_sub_cleanup(struct note_sub* note); -void note_sub_add_citation(Gom_ctxt ctxt, struct source_citation* cit); -void note_sub_add_user_data(Gom_ctxt ctxt, struct user_data* data); +int write_note_subs(Gedcom_write_hndl hndl, int parent, struct note_sub* note); + +DECLARE_SUB_MAKEFUNC(note_sub); + +DECLARE_CLEANFUNC(note_sub); +DECLARE_ADDFUNC2(note_sub, source_citation); +DECLARE_ADDFUNC2(note_sub, user_data); #endif /* __NOTE_SUB_H */