Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Vladishev <aleksander.vladishev@zabbix.com>2012-12-12 12:28:57 +0400
committerAlexander Vladishev <aleksander.vladishev@zabbix.com>2012-12-12 12:28:57 +0400
commit1c2256eda0d276f17866fcfb9ec8c77bdd5e815c (patch)
tree23e98520a698541657026f1ab543e4fad53d4e79 /include/log.h
parentbd27dfb0129eddff2aa7007fe97e45b3fe22c03c (diff)
.......PS. [ZBX-3071] fixed reading and writing of Oracle NCLOB fields
Diffstat (limited to 'include/log.h')
-rw-r--r--include/log.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/log.h b/include/log.h
index f80f089a383..bfe803d143a 100644
--- a/include/log.h
+++ b/include/log.h
@@ -39,7 +39,8 @@ typedef enum
ERR_Z3003,
ERR_Z3004,
ERR_Z3005,
- ERR_Z3006
+ ERR_Z3006,
+ ERR_Z3007
}
zbx_err_codes_t;