X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=gom%2Ffamily.h;fp=gom%2Ffamily.h;h=7fdce9fe5ee7e873a255c9cd38ec03f41c9142ca;hb=082066d0c776403b70c366f9a7d1333c7a9fac15;hp=61938928035908ccd1697c832675d192a983af96;hpb=8a73dd117ad3bf06a89595f7cd8fdef45c231a6e;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 */