X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=gom%2Ffamily.h;h=7fdce9fe5ee7e873a255c9cd38ec03f41c9142ca;hb=1568cb8ab16ecc1984d0d00b8ae8189c32508b08;hp=61938928035908ccd1697c832675d192a983af96;hpb=4c445928c8f7d30731a66522ffb9747fe13a3243;p=gedcom-parse.git diff --git a/gom/family.h b/gom/family.h index 6193892..7fdce9f 100644 --- a/gom/family.h +++ b/gom/family.h @@ -39,5 +39,6 @@ void family_add_user_ref(Gom_ctxt ctxt, struct user_ref_number* ref); void family_set_record_id(Gom_ctxt ctxt, const char *rin); void family_set_change_date(Gom_ctxt ctxt, struct change_date* chan); void family_add_user_data(Gom_ctxt ctxt, struct user_data* data); +int write_families(Gedcom_write_hndl hndl); #endif /* __FAMILY_H */