diff options
author | Dmitri Pal <dpal@redhat.com> | 2010-08-30 10:10:02 -0400 |
---|---|---|
committer | Dmitri Pal <dpal@redhat.com> | 2010-08-30 10:10:02 -0400 |
commit | 8ed793f9cdf2b7ccc90b3d2d6319a58f7843991a (patch) | |
tree | 1f789e235200adf8a05b8b9a85e62afcd81e0d0c /common/ini/ini_defines.h | |
parent | 1e137bae0f30ff57636a2c9489992050e5a9515a (diff) | |
download | sssd-master.tar.gz sssd-master.tar.xz sssd-master.zip |
Diffstat (limited to 'common/ini/ini_defines.h')
-rw-r--r-- | common/ini/ini_defines.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/common/ini/ini_defines.h b/common/ini/ini_defines.h index bead998..1d03835 100644 --- a/common/ini/ini_defines.h +++ b/common/ini/ini_defines.h @@ -95,6 +95,12 @@ */ #define COL_CLASS_INI_META COL_CLASS_INI_BASE + 4 +/* Family of errors */ +#define INI_FAMILY_PARSING 0 +#define INI_FAMILY_VALIDATION 1 +#define INI_FAMILY_GRAMMAR 2 + + /* Different error string functions can be passed as callbacks */ typedef const char * (*error_fn)(int error); |