summaryrefslogtreecommitdiffstats
path: root/runtime/rsyslog.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2011-10-21 14:47:18 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2011-10-21 14:47:18 +0200
commitf3d4d83ce5a921899775eb59997d9d954b2f423d (patch)
treebb4af3cf3eea8733efa7ffd29586e23b54f1ff23 /runtime/rsyslog.h
parentbb293ca32a1b9750d53e9d6fdcf21a9d6d7c697d (diff)
parent5d67d98c35da731eab933dbfd858a0e009aa58de (diff)
downloadrsyslog-f3d4d83ce5a921899775eb59997d9d954b2f423d.tar.gz
rsyslog-f3d4d83ce5a921899775eb59997d9d954b2f423d.tar.xz
rsyslog-f3d4d83ce5a921899775eb59997d9d954b2f423d.zip
Merge branch 'v5-stable' into beta
Conflicts: ChangeLog configure.ac doc/manual.html
Diffstat (limited to 'runtime/rsyslog.h')
-rw-r--r--runtime/rsyslog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/rsyslog.h b/runtime/rsyslog.h
index 372453ce..04d14212 100644
--- a/runtime/rsyslog.h
+++ b/runtime/rsyslog.h
@@ -351,6 +351,7 @@ enum rsRetVal_ /** return value. All methods return this if not specified oth
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 */
+ RS_RET_MISSING_WHITESPACE = -2185, /**< whitespace is missing in some config construct */
RS_RET_INVLD_CONF_OBJ= -2200, /**< invalid config object (e.g. $Begin conf statement) */
RS_RET_ERR_LIBEE_INIT = -2201, /**< cannot obtain libee ctx */