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:
authorViktors Tjarve <viktors.tjarve@zabbix.com>2019-07-09 13:03:47 +0300
committerViktors Tjarve <viktors.tjarve@zabbix.com>2019-07-09 13:05:05 +0300
commitb4a1147b757b97eab780543a3df0b8c8643d7037 (patch)
tree3e4bcfacb594d9956373f9c52f12553c32be1add /include/proxy.h
parent7784634a062bffed47f8d2829f364e2931062787 (diff)
.......PS. [ZBX-16207] fixed compiler warning
* commit 'f29f3a8b16fa28c54fe2cea67dea7a0fb326c214': .......PS. [ZBX-16207] added ChangeLog entry .......PS. [ZBX-16207] removed a deprecated function .......PS. [ZBX-16207] fixed compiler warning (cherry picked from commit a9485218b7d04cfac6b3566c2856ca44e3929643)
Diffstat (limited to 'include/proxy.h')
-rw-r--r--include/proxy.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/proxy.h b/include/proxy.h
index a2ca54a8251..68d0e9131b8 100644
--- a/include/proxy.h
+++ b/include/proxy.h
@@ -55,7 +55,6 @@ void proxy_set_areg_lastid(const zbx_uint64_t lastid);
void calc_timestamp(const char *line, int *timestamp, const char *format);
int process_history_data(DC_ITEM *items, zbx_agent_value_t *values, int *errcodes, size_t values_num);
-int process_discovery_data(struct zbx_json_parse *jp, zbx_timespec_t *ts, char **error);
int process_auto_registration(struct zbx_json_parse *jp, zbx_uint64_t proxy_hostid, zbx_timespec_t *ts, char **error);
int lld_process_discovery_rule(zbx_uint64_t lld_ruleid, const char *value, char **error);