X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=gom%2Fnote_sub.h;h=f014d451870f1aecf6493a6e76c93bf080da745a;hb=38a93aa4ec4d643e63d797e1bdbf639b1082a4cd;hp=8368d52d705a4be3ce6370977f0ee3c85ac75d5c;hpb=7ea4ef8cae7b52f2bf66371a5e7b493cbd12900e;p=gedcom-parse.git diff --git a/gom/note_sub.h b/gom/note_sub.h index 8368d52..f014d45 100644 --- a/gom/note_sub.h +++ b/gom/note_sub.h @@ -30,7 +30,7 @@ void note_sub_subscribe(); void note_sub_cleanup(struct note_sub* note); void note_sub_add_citation(Gom_ctxt ctxt, struct source_citation* cit); -void note_sub_add_to_note(NL_TYPE type, Gom_ctxt ctxt, char* str); +void note_sub_add_to_note(NL_TYPE type, Gom_ctxt ctxt, const char* str); void note_sub_add_user_data(Gom_ctxt ctxt, struct user_data* data); #endif /* __NOTE_SUB_H */