summaryrefslogtreecommitdiffstats
path: root/rsyslog.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2005-10-19 12:23:42 +0000
committerRainer Gerhards <rgerhards@adiscon.com>2005-10-19 12:23:42 +0000
commitbc6d3e81e83de83871b03856d55eb71c6a5a0a4c (patch)
tree86414482a4fa2f44a5c4b92ff1bda7757987d29d /rsyslog.h
parent8dc836cf04eaf061fb4ee31bcc771e2297f7630b (diff)
downloadrsyslog-bc6d3e81e83de83871b03856d55eb71c6a5a0a4c.tar.gz
rsyslog-bc6d3e81e83de83871b03856d55eb71c6a5a0a4c.tar.xz
rsyslog-bc6d3e81e83de83871b03856d55eb71c6a5a0a4c.zip
made "!progname" fully BSD-compliant; added property "programname"
Diffstat (limited to 'rsyslog.h')
-rw-r--r--rsyslog.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/rsyslog.h b/rsyslog.h
index 339cf8ae..36ab14e4 100644
--- a/rsyslog.h
+++ b/rsyslog.h
@@ -38,6 +38,7 @@ enum rsRetVal_ /** return value. All methods return this if not specified oth
RS_RET_NO_DIGIT = -3005, /**< an digit was expected, but none found (mostly parsing) */
RS_RET_NO_MORE_DATA = -3006, /**< insufficient data, e.g. end of string during parsing */
RS_RET_INVALID_IP = -3007, /**< invalid ip found where valid was expected */
+ RS_RET_OBJ_CREATION_FAILED = - 3008, /**< the creation of an object failed (no details available) */
RS_RET_OK = 0 /**< operation successful */
};
typedef enum rsRetVal_ rsRetVal; /**< friendly type for global return value */