summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/common.h2
-rw-r--r--include/db.h3
2 files changed, 3 insertions, 2 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);
diff --git a/include/db.h b/include/db.h
index 644f294f..d68ecfb6 100644
--- a/include/db.h
+++ b/include/db.h
@@ -115,8 +115,7 @@ extern int CONFIG_MASTER_NODEID;
DB_DRULE
{
zbx_uint64_t druleid;
- char *ipfirst;
- char *iplast;
+ char *iprange;
int delay;
int nextcheck;
char *name;