X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=gom%2Fsource.h;h=15af0d3668e52a2ddb96da9e8304b259340812b2;hb=5684a3ce93e11c887cbf3c237fd007d517cb2c30;hp=08466983c15a97a0ed82cfcf7ebe78c2a77640eb;hpb=4c445928c8f7d30731a66522ffb9747fe13a3243;p=gedcom-parse.git diff --git a/gom/source.h b/gom/source.h index 0846698..15af0d3 100644 --- a/gom/source.h +++ b/gom/source.h @@ -32,7 +32,6 @@ void sources_cleanup(); struct source* make_source_record(const char* xref); void source_add_event(Gom_ctxt ctxt, struct source_event* evt); void source_add_note_to_data(Gom_ctxt ctxt, struct note_sub* note); -void source_add_to_value(NL_TYPE type, Gom_ctxt ctxt, const char* str); void source_add_note_to_repo(Gom_ctxt ctxt, struct note_sub* note); void source_add_description(Gom_ctxt ctxt, struct source_description* desc); void source_add_mm_link(Gom_ctxt ctxt, struct multimedia_link* link); @@ -41,5 +40,6 @@ void source_add_user_ref(Gom_ctxt ctxt, struct user_ref_number* ref); void source_set_record_id(Gom_ctxt ctxt, const char *rin); void source_set_change_date(Gom_ctxt ctxt, struct change_date* chan); void source_add_user_data(Gom_ctxt ctxt, struct user_data* data); +int write_sources(Gedcom_write_hndl hndl); #endif /* __SOURCE_H */