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>2021-02-27 10:38:17 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2021-02-28 13:45:17 +0300
commit3e5b08e5b64c4b9203b563ee9a74df619bcc3d51 (patch)
tree55d7bb38a146a115a6e25f213445f14439caa8ad /include/zbxmedia.h
parent68cee8f618c6d9e3f34c3b6e3d89d33bd65d3f1b (diff)
........S. [ZBXNEXT-6478] reverted attachment sending support to emails
This reverts commit 42ed85a4f3987529b93670e8fa67e319f8f7c715.
Diffstat (limited to 'include/zbxmedia.h')
-rw-r--r--include/zbxmedia.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/zbxmedia.h b/include/zbxmedia.h
index afe95b71600..763e457d3c7 100644
--- a/include/zbxmedia.h
+++ b/include/zbxmedia.h
@@ -38,8 +38,7 @@ int send_email(const char *smtp_server, unsigned short smtp_port, const char *sm
const char *mailto, const char *inreplyto, const char *mailsubject, const char *mailbody,
unsigned char smtp_security, unsigned char smtp_verify_peer, unsigned char smtp_verify_host,
unsigned char smtp_authentication, const char *username, const char *password,
- unsigned char content_type, int timeout, char *attachment_name, char *attachment_type, char *attachment,
- size_t attachment_size, char *error, size_t max_error_len);
+ unsigned char content_type, int timeout, char *error, size_t max_error_len);
int send_sms(const char *device, const char *number, const char *message, char *error, int max_error_len);
#endif