Use complete concatenated text instead of concatenating the texts itself.
[gedcom-parse.git] / gom / header.h
index 0a5bd9e72e38956e211b695b4de0605838838a76..689fd85c52031b01c212d93558a118c41bbaa56a 100644 (file)
@@ -31,7 +31,6 @@ 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);