Writing dates and ages.
[gedcom-parse.git] / gom / note.h
index ffbe3b61125661aab4e8e88da3d40d87be660579..a2f6edad7d0c85207faf0e06778dbe1b248cb830 100644 (file)
@@ -35,5 +35,6 @@ void note_add_user_ref(Gom_ctxt ctxt, struct user_ref_number* ref);
 void note_set_record_id(Gom_ctxt ctxt, const char *rin);
 void note_set_change_date(Gom_ctxt ctxt, struct change_date* chan);
 void note_add_user_data(Gom_ctxt ctxt, struct user_data* data);
+int write_notes(Gedcom_write_hndl hndl);
 
 #endif /* __NOTE_H */