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:
authorAndris Mednis <Andris.Mednis@zabbix.com>2014-08-25 19:18:00 +0400
committerAndris Mednis <Andris.Mednis@zabbix.com>2014-08-25 19:18:00 +0400
commit057fa96f5f31bdaf219422742e52d99f20f2c313 (patch)
treef6d32e0879a7f243fcca434a0188a5bac209284b /include/proxy.h
parentef8d23bf05287d9e40c6085d675670597cd8a115 (diff)
...G...PS. [ZBX-8391] fixed function prototypes
Diffstat (limited to 'include/proxy.h')
-rw-r--r--include/proxy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/proxy.h b/include/proxy.h
index 7d6d509cc97..c6b1e1a7eaa 100644
--- a/include/proxy.h
+++ b/include/proxy.h
@@ -73,6 +73,6 @@ void process_areg_data(struct zbx_json_parse *jp, zbx_uint64_t proxy_hostid);
void lld_process_discovery_rule(zbx_uint64_t lld_ruleid, char *value, zbx_timespec_t *ts);
-int proxy_get_history_count();
+int proxy_get_history_count(void);
#endif