Definition of SUB_MAKEFUNC, SUB_ADDFUNC and SUB_DELETEFUNC.
[gedcom-parse.git] / gom / note_sub.h
index 43eca9f15e95f5894c110abcbe654904a270f064..c78bfa2e11359a3558cf3d8f7ed778a21170b47f 100644 (file)
@@ -30,6 +30,8 @@
 void note_sub_subscribe();
 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);