X-Git-Url: https://git.dlugolecki.net.pl/?a=blobdiff_plain;f=gedcom%2Fcompat.h;h=055b0f0d1a7baf09f675d4f90f67b71600a1c978;hb=1a9abc06dc9e29dfcd6c7a00e36b05193dc464d9;hp=088da5adcfa4337590141232b9b6d8703ee2ba1c;hpb=d41803b9c1bcafabf115a188e3b4a489103bbdca;p=gedcom-parse.git diff --git a/gedcom/compat.h b/gedcom/compat.h index 088da5a..055b0f0 100644 --- a/gedcom/compat.h +++ b/gedcom/compat.h @@ -49,6 +49,7 @@ typedef enum _COMPAT_RULES { C_NOTE_TOO_LONG, C_NOTE_CONC_SOUR, C_NONSTD_SOUR_TAGS, + C_PAF_DATES, C_NR_OF_RULES } Compat_rule; @@ -56,6 +57,7 @@ void set_compatibility_program(const char* program); void set_compatibility_version(const char* version); void compute_compatibility(); int compat_mode(Compat_rule rule); +void compat_close(); /* C_NO_SUBMITTER */ void compat_generate_submitter_link(Gedcom_ctxt parent);