X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=gom%2Fheader.h;h=8b2788cc686a0024f75ac82383c1c949156b816d;hb=8073f669d16f11bfd50d42bb2cf6fdb79d358565;hp=3caf8c02f9de38e7875c17d739500abfb1c554f2;hpb=7ea4ef8cae7b52f2bf66371a5e7b493cbd12900e;p=gedcom-parse.git diff --git a/gom/header.h b/gom/header.h index 3caf8c0..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, char* phone); -void header_add_to_note(NL_TYPE type, Gom_ctxt header, 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 */