X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=gom%2Fheader.h;h=8b2788cc686a0024f75ac82383c1c949156b816d;hb=c47dba6b4de7529b354b79cf7f76c5fbb695d027;hp=0a5bd9e72e38956e211b695b4de0605838838a76;hpb=e5f86c3d527897be1f7e7135ffdfc023831aaebd;p=gedcom-parse.git diff --git a/gom/header.h b/gom/header.h index 0a5bd9e..8b2788c 100644 --- a/gom/header.h +++ b/gom/header.h @@ -29,10 +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_to_note(NL_TYPE type, Gom_ctxt header, const char* str); -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 */