X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=gom%2Faddress.h;h=cc814bb5b5d7a9df2e305f712cefcf6b97d3107c;hb=1568cb8ab16ecc1984d0d00b8ae8189c32508b08;hp=6676241bd1b6b5f3a8ca7a24c366192ce2e0c966;hpb=7ea4ef8cae7b52f2bf66371a5e7b493cbd12900e;p=gedcom-parse.git diff --git a/gom/address.h b/gom/address.h index 6676241..cc814bb 100644 --- a/gom/address.h +++ b/gom/address.h @@ -29,5 +29,6 @@ void address_subscribe(); void address_cleanup(struct address *address); void address_add_user_data(Gom_ctxt ctxt, struct user_data* data); +int write_address(Gedcom_write_hndl hndl, int parent, struct address *address); #endif /* __ADDRESS_H */