summaryrefslogtreecommitdiffstats
path: root/include/common.h
diff options
context:
space:
mode:
authoralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-04-14 09:56:53 +0000
committeralex <alex@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-04-14 09:56:53 +0000
commit3f4975b42affe14f0951f500835dfd3da69eb5ce (patch)
treeedad167770fab45338c3ca7aaf78f982e5edb223 /include/common.h
parent0a80c5c1d8605f34a3512f618328127a46d899db (diff)
downloadzabbix-3f4975b42affe14f0951f500835dfd3da69eb5ce.tar.gz
zabbix-3f4975b42affe14f0951f500835dfd3da69eb5ce.tar.xz
zabbix-3f4975b42affe14f0951f500835dfd3da69eb5ce.zip
Support of IP range if discoveru rule definition.
git-svn-id: svn://svn.zabbix.com/trunk@4005 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h
index 344cac90..d68f16db 100644
--- a/include/common.h
+++ b/include/common.h
@@ -509,6 +509,8 @@ void zbx_on_exit();
int get_nodeid_by_id(zbx_uint64_t id);
+int int_in_list(const char *list, int value);
+
int MAIN_ZABBIX_ENTRY(void);