X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=gom%2Fnote.h;h=a2f6edad7d0c85207faf0e06778dbe1b248cb830;hb=1568cb8ab16ecc1984d0d00b8ae8189c32508b08;hp=4f5f9cdc5f7ae00e4631cb48f437bb0f2b190b1a;hpb=4c445928c8f7d30731a66522ffb9747fe13a3243;p=gedcom-parse.git diff --git a/gom/note.h b/gom/note.h index 4f5f9cd..a2f6eda 100644 --- a/gom/note.h +++ b/gom/note.h @@ -30,11 +30,11 @@ void note_subscribe(); void notes_cleanup(); struct note* make_note_record(const char* xref); -void note_add_to_note(NL_TYPE type, Gom_ctxt ctxt, const char* str); void note_add_citation(Gom_ctxt ctxt, struct source_citation* cit); 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 */