X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=gom%2Fnote_sub.h;h=43eca9f15e95f5894c110abcbe654904a270f064;hb=72689522e287ca3b2231e7d8881f0fe5bea48f15;hp=b543eb084e4380157aec936fb5228d12b6db4384;hpb=4946f8418bfa1c41bb410995dbc9c5ac272c4c74;p=gedcom-parse.git diff --git a/gom/note_sub.h b/gom/note_sub.h index b543eb0..43eca9f 100644 --- a/gom/note_sub.h +++ b/gom/note_sub.h @@ -28,9 +28,10 @@ #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_CLEANFUNC(note_sub); +DECLARE_ADDFUNC2(note_sub, source_citation); +DECLARE_ADDFUNC2(note_sub, user_data); + #endif /* __NOTE_SUB_H */