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