Added functions to update timestamps in records.
[gedcom-parse.git] / gom / note_sub.h
index 8368d52d705a4be3ce6370977f0ee3c85ac75d5c..43eca9f15e95f5894c110abcbe654904a270f064 100644 (file)
 #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_to_note(NL_TYPE type, Gom_ctxt ctxt, char* str);
-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 */