X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=gedcom%2Fcompat.h;h=31e7576e7c080d5eb912f71375a01730873e60a5;hb=0a66eda71b0d2f65ee968816b48a9311c17cbf34;hp=ff2423c943ac9933811af48a2f77ab32a76ececc;hpb=5962cdcec2493fc473f86aa6077d4b420c406112;p=gedcom-parse.git diff --git a/gedcom/compat.h b/gedcom/compat.h index ff2423c..31e7576 100644 --- a/gedcom/compat.h +++ b/gedcom/compat.h @@ -33,7 +33,7 @@ enum _COMPAT { C_LIFELINES = 0x02 }; -void set_compatibility(char* program); +void set_compatibility(const char* program); int compat_mode(int flags); void compat_generate_submitter_link(Gedcom_ctxt parent); void compat_generate_submitter();