X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=gom%2Frepository.h;h=066d7408ee04caed478a39237e42117d1b3c7e79;hb=1568cb8ab16ecc1984d0d00b8ae8189c32508b08;hp=ec3c8662187f5f630d86a13662563c7416fd1a44;hpb=4c445928c8f7d30731a66522ffb9747fe13a3243;p=gedcom-parse.git diff --git a/gom/repository.h b/gom/repository.h index ec3c866..066d740 100644 --- a/gom/repository.h +++ b/gom/repository.h @@ -37,5 +37,6 @@ void repository_add_user_ref(Gom_ctxt ctxt, struct user_ref_number* ref); void repository_set_record_id(Gom_ctxt ctxt, const char *rin); void repository_set_change_date(Gom_ctxt ctxt, struct change_date* chan); void repository_add_user_data(Gom_ctxt ctxt, struct user_data* data); +int write_repositories(Gedcom_write_hndl hndl); #endif /* __REPOSITORY_H */