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