X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=gom%2Fheader.h;h=8b2788cc686a0024f75ac82383c1c949156b816d;hb=72689522e287ca3b2231e7d8881f0fe5bea48f15;hp=689fd85c52031b01c212d93558a118c41bbaa56a;hpb=4946f8418bfa1c41bb410995dbc9c5ac272c4c74;p=gedcom-parse.git diff --git a/gom/header.h b/gom/header.h index 689fd85..8b2788c 100644 --- a/gom/header.h +++ b/gom/header.h @@ -29,9 +29,11 @@ void header_subscribe(); void header_cleanup(); -void header_add_address(Gom_ctxt header, struct address* addr); -void header_add_phone (Gom_ctxt header, const char* phone); -void header_add_user_data(Gom_ctxt ctxt, struct user_data* data); int write_header(Gedcom_write_hndl hndl); +DECLARE_ADDFUNC2(header, user_data); +DECLARE_ADDFUNC2_NOLIST(header, address); + +void header_add_phone (Gom_ctxt header, const char* phone); + #endif /* __HEADER_H */