X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=gom%2Fheader.h;h=0a5bd9e72e38956e211b695b4de0605838838a76;hb=015d4f6782128a884085c6d6958e4509aeb96655;hp=7882a2b183ee8ad721555986136f33be6ba08906;hpb=4c445928c8f7d30731a66522ffb9747fe13a3243;p=gedcom-parse.git diff --git a/gom/header.h b/gom/header.h index 7882a2b..0a5bd9e 100644 --- a/gom/header.h +++ b/gom/header.h @@ -33,5 +33,6 @@ 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); #endif /* __HEADER_H */