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>2017-11-29 19:09:47 +0300
committerViktors Tjarve <viktors.tjarve@zabbix.com>2017-11-29 19:09:47 +0300
commit6be856cacbed0656ddcc604fc12ec60673df1b1f (patch)
tree3458e2f3957b1751d6839d5fb618ddde822fa784 /include/log.h
parent9e2ffebc28fd9cf757cecadbfa1daafa47145c4b (diff)
........S. [ZBXNEXT-970] (ZBXNEXT-970-40) fixed Zabbix crash that occurs when it is attempted to send second "DB down"
notification message
Diffstat (limited to 'include/log.h')
-rw-r--r--include/log.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/log.h b/include/log.h
index 43596fcbe0b..dc6e9084fde 100644
--- a/include/log.h
+++ b/include/log.h
@@ -59,7 +59,6 @@ zbx_err_codes_t;
#endif
int zabbix_open_log(int type, int level, const char *filename, char **error);
-void zabbix_errlog(zbx_err_codes_t err, ...);
void __zbx_zabbix_log(int level, const char *fmt, ...);
void zabbix_close_log(void);
#ifndef _WINDOWS