X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=gom%2Fsource.h;h=15af0d3668e52a2ddb96da9e8304b259340812b2;hb=5684a3ce93e11c887cbf3c237fd007d517cb2c30;hp=27a4a3961ce569ad3085753a500c159a857fc6c1;hpb=5b045164f4a11b1f4d709820e784e1ca77b61b3f;p=gedcom-parse.git diff --git a/gom/source.h b/gom/source.h index 27a4a39..15af0d3 100644 --- a/gom/source.h +++ b/gom/source.h @@ -40,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 */