X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=gedcom%2Fcompat.h;h=a901197c79aa438c42a79c0270e81179560db89c;hb=de22c4a7da9703ac654a271fcd0212023192d256;hp=7a1b0977520fa36e84bc16dedc98337e0bc4d269;hpb=f9bc091fb22cfd09794c6bd9ef64094a438c76be;p=gedcom-parse.git diff --git a/gedcom/compat.h b/gedcom/compat.h index 7a1b097..a901197 100644 --- a/gedcom/compat.h +++ b/gedcom/compat.h @@ -67,7 +67,7 @@ int compat_check_subm_comm(const char* tag, const char* parent_tag, struct safe_buffer* b); void compat_close_subm_comm(); int compat_check_subm_comm_cont(const char* tag); -Gedcom_ctxt compat_subm_comm_cont_start(Gedcom_ctxt parent, const char* str); +Gedcom_ctxt compat_subm_comm_cont_start(Gedcom_ctxt parent, char* str); void compat_subm_comm_cont_end(Gedcom_ctxt parent, Gedcom_ctxt self); #endif /* __COMPAT_H */