diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2013-03-22 14:41:22 +0100 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2013-03-22 14:41:22 +0100 |
commit | fde16430b18748162d9795e90f017569c3b81ad7 (patch) | |
tree | e5805adac6a99f46edc84e54bc4b3f128aa676e1 /runtime/rsyslog.h | |
parent | 3e8ab2d389e802df8ec28b36ebe3f968e760b2db (diff) | |
parent | e25ffb6d1839d35fa890099aef8a78930d90438d (diff) | |
download | rsyslog-fde16430b18748162d9795e90f017569c3b81ad7.tar.gz rsyslog-fde16430b18748162d9795e90f017569c3b81ad7.tar.bz2 rsyslog-fde16430b18748162d9795e90f017569c3b81ad7.zip |
Merge branch 'master-gt'
Diffstat (limited to 'runtime/rsyslog.h')
-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 e7a5dffb..5ba6ede7 100644 --- a/runtime/rsyslog.h +++ b/runtime/rsyslog.h @@ -402,6 +402,7 @@ enum rsRetVal_ /** return value. All methods return this if not specified oth RS_RET_INVLD_MODE = -2311,/**< invalid mode specified in configuration */ RS_RET_INVLD_ANON_BITS = -2312,/**< mmanon: invalid number of bits to anonymize specified */ RS_RET_REPLCHAR_IGNORED = -2313,/**< mmanon: replacementChar parameter is ignored */ + RS_RET_SIGPROV_ERR = -2320,/**< error in signature provider */ /* RainerScript error messages (range 1000.. 1999) */ RS_RET_SYSVAR_NOT_FOUND = 1001, /**< system variable could not be found (maybe misspelled) */ |