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:
authorVladislavs Sokurenko <vladislavs.sokurenko@zabbix.com>2018-02-13 19:28:49 +0300
committerVladislavs Sokurenko <vladislavs.sokurenko@zabbix.com>2018-02-13 19:28:49 +0300
commita33b61cb38d76dd59375c066c9dbe014bd9466ce (patch)
treee34c6be1ed3f4a6585084e5ae5c0a77648bdad76 /include/zbxhttp.h
parentc5cef511528d8c27edcfe9784d9d226a79ce364a (diff)
.......PS. [ZBXNEXT-4358] output as JSON
Diffstat (limited to 'include/zbxhttp.h')
-rw-r--r--include/zbxhttp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/zbxhttp.h b/include/zbxhttp.h
index 92e078e4563..1998a57c567 100644
--- a/include/zbxhttp.h
+++ b/include/zbxhttp.h
@@ -31,6 +31,7 @@ int zbx_prepare_https(CURL *easyhandle, const char *ssl_cert_file, const char *s
const char *ssl_key_password, unsigned char verify_peer, unsigned char verify_host, char **error);
int zbx_prepare_httpauth(CURL *easyhandle, unsigned char authtype, const char *username, const char *password,
char **error);
+char *zbx_get_httpheader(char **headers);
void zbx_add_httpheaders(char *headers, struct curl_slist **headers_slist);
#endif