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:
authorAleksejs Ĺ estakovs <aleksejs.sestakovs@zabbix.com>2019-04-05 11:34:56 +0300
committerAleksejs Ĺ estakovs <aleksejs.sestakovs@zabbix.com>2019-04-05 11:34:56 +0300
commitfec67ac1100f858bee8bd85aba651e1684bffde6 (patch)
tree533b314d0bfe4a217f1ac36fd22ffa52388b1712 /include/zbxhttp.h
parent0c279750f7fab23f5cdb23e792c94c27e776c253 (diff)
........S. [ZBX-15479] fixed cookie presentation in HTTP header
Diffstat (limited to 'include/zbxhttp.h')
-rw-r--r--include/zbxhttp.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/zbxhttp.h b/include/zbxhttp.h
index 652bd628e76..03e1a373c95 100644
--- a/include/zbxhttp.h
+++ b/include/zbxhttp.h
@@ -32,8 +32,6 @@ int zbx_http_prepare_ssl(CURL *easyhandle, const char *ssl_cert_file, const char
int zbx_http_prepare_auth(CURL *easyhandle, unsigned char authtype, const char *username, const char *password,
char **error);
char *zbx_http_get_header(char **headers);
-void zbx_http_add_headers(char *headers, struct curl_slist **headers_slist);
#endif
#endif
-