summaryrefslogtreecommitdiffstats
path: root/rsyslog.h
diff options
context:
space:
mode:
authorRainer Gerhards <rgerhards@adiscon.com>2008-04-07 16:19:36 +0200
committerRainer Gerhards <rgerhards@adiscon.com>2008-04-07 16:19:36 +0200
commit3621234f9865b593c401137853cb54cc67939357 (patch)
tree9fbf1e8769e497f1890d060b3fea683881dc68e9 /rsyslog.h
parent5d3bc0a44815ee6dd9f357cb011d11e218a2e47b (diff)
downloadrsyslog-3621234f9865b593c401137853cb54cc67939357.tar.gz
rsyslog-3621234f9865b593c401137853cb54cc67939357.tar.xz
rsyslog-3621234f9865b593c401137853cb54cc67939357.zip
smtp response codes are now correctly checked
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 56140aaf..b52e08b1 100644
--- a/rsyslog.h
+++ b/rsyslog.h
@@ -168,6 +168,7 @@ enum rsRetVal_ /** return value. All methods return this if not specified oth
RS_RET_MODULE_LOAD_ERR_NO_INIT = -2067, /**< module could not be loaded - init() missing */
RS_RET_MODULE_LOAD_ERR_INIT_FAILED = -2068, /**< module could not be loaded - init() failed */
RS_RET_NO_SOCKET = -2069, /**< socket could not be obtained or was not provided */
+ RS_RET_SMTP_ERROR = -2070, /**< error during SMTP transation */
/* RainerScript error messages (range 1000.. 1999) */
RS_RET_SYSVAR_NOT_FOUND = 1001, /**< system variable could not be found (maybe misspelled) */