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:
authorGlebs Ivanovskis <git-no-reply@zabbix.com>2017-02-09 15:26:00 +0300
committerGlebs Ivanovskis <git-no-reply@zabbix.com>2017-02-09 15:26:00 +0300
commit7e8de11f938fb51d2859141735f06f76931b4957 (patch)
tree013fa66d73076a4a8da82b08f299efc84a46a359 /include/log.h
parent73d789c423710a012fae1d9e5d6a76ea22ef588a (diff)
...G...PS. [ZBXNEXT-3687] bubbled up exit() calls from IPC functions to the main() functions and main process threads
Diffstat (limited to 'include/log.h')
-rw-r--r--include/log.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/log.h b/include/log.h
index 1e529ff48a5..b9bedc58a6f 100644
--- a/include/log.h
+++ b/include/log.h
@@ -60,7 +60,7 @@ extern int CONFIG_LOG_FILE_SIZE;
# define zabbix_log __zbx_zabbix_log
#endif
-int zabbix_open_log(int type, int level, const char *filename);
+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);