From bc6d3e81e83de83871b03856d55eb71c6a5a0a4c Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Wed, 19 Oct 2005 12:23:42 +0000 Subject: made "!progname" fully BSD-compliant; added property "programname" --- rsyslog.h | 1 + 1 file changed, 1 insertion(+) (limited to 'rsyslog.h') 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 */ -- cgit v1.2.3