diff options
Diffstat (limited to 'include/ulogd/conffile.h')
-rw-r--r-- | include/ulogd/conffile.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ulogd/conffile.h b/include/ulogd/conffile.h index 1f3d563..fb54dea 100644 --- a/include/ulogd/conffile.h +++ b/include/ulogd/conffile.h @@ -19,6 +19,8 @@ enum { ERRUNKN, /* unknown config key */ ERRSECTION, /* section not found */ ERRTOOLONG, /* string too long */ + ERRINTFORMAT, /* integer format is invalid */ + ERRINTRANGE, /* integer value is out of range */ }; /* maximum line length of config file entries */ |