diff options
author | Michael Biebl <biebl@debian.org> | 2011-07-11 11:44:16 +0200 |
---|---|---|
committer | Michael Biebl <biebl@debian.org> | 2011-07-11 11:44:16 +0200 |
commit | 6b2af45bc8b2aa4292e3cf92986c01a728ef4d8c (patch) | |
tree | 15c4d4604294a232bf1126f969318ed659b2dc52 /runtime | |
parent | d5294b644649f563f4aa77735ebc6db6ee1776de (diff) | |
download | rsyslog-6b2af45bc8b2aa4292e3cf92986c01a728ef4d8c.tar.gz |
Imported Upstream version 5.8.3upstream/5.8.3
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/rsyslog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/rsyslog.h b/runtime/rsyslog.h index 52b29ac..f14e072 100644 --- a/runtime/rsyslog.h +++ b/runtime/rsyslog.h @@ -343,6 +343,7 @@ enum rsRetVal_ /** return value. All methods return this if not specified oth RS_RET_FILE_NOT_SPECIFIED = -2180, /**< file name not configured where this was required */ RS_RET_ERR_WRKDIR = -2181, /**< problems with the rsyslog working directory */ RS_RET_WRN_WRKDIR = -2182, /**< correctable problems with the rsyslog working directory */ + RS_RET_OUTDATED_STMT = -2184, /**< some outdated statement/functionality is being used in conf file */ /* RainerScript error messages (range 1000.. 1999) */ RS_RET_SYSVAR_NOT_FOUND = 1001, /**< system variable could not be found (maybe misspelled) */ |