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 Zeila <andris.zeila@zabbix.com>2017-02-08 14:38:01 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2017-02-08 14:38:01 +0300
commite35d842f7227ec14873233443957fedbcd2c03b2 (patch)
treeca677d6c950f356ab1f6a84779cbf4f5ad06d494 /include/proxy.h
parent605062f5e0890b0be75f8a3833de38af93d56c22 (diff)
........S. [ZBXNEXT-1804] removed unused parameter from get_active_proxy_from_request() function
Diffstat (limited to 'include/proxy.h')
-rw-r--r--include/proxy.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/proxy.h b/include/proxy.h
index 81159a21578..024d38eb8cb 100644
--- a/include/proxy.h
+++ b/include/proxy.h
@@ -33,8 +33,7 @@
#define ZBX_PROXY_DATA_DONE 0
#define ZBX_PROXY_DATA_MORE 1
-int get_active_proxy_from_request(struct zbx_json_parse *jp, const zbx_socket_t *sock, DC_PROXY *proxy,
- char **error);
+int get_active_proxy_from_request(struct zbx_json_parse *jp, DC_PROXY *proxy, char **error);
int zbx_proxy_check_permissions(const DC_PROXY *proxy, const zbx_socket_t *sock, char **error);
int check_access_passive_proxy(zbx_socket_t *sock, int send_response, const char *req);