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:
authorAlexander Vladishev <aleksander.vladishev@zabbix.com>2014-04-29 17:34:03 +0400
committerAlexander Vladishev <aleksander.vladishev@zabbix.com>2014-04-29 17:34:03 +0400
commit15c534f7ca7fdd48fb572943d5c28567c14e3b43 (patch)
tree612dad36d8669c2704cb50cfb4d6fd240e408f6d /include/log.h
parent55c79a7b2062e2a57d70c653fd7b8331c33f1b69 (diff)
...G...... [ZBX-8031] formatting issues
Diffstat (limited to 'include/log.h')
-rw-r--r--include/log.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/include/log.h b/include/log.h
index f19b75e4c38..502c4446be0 100644
--- a/include/log.h
+++ b/include/log.h
@@ -47,25 +47,25 @@ zbx_err_codes_t;
extern int CONFIG_LOG_FILE_SIZE;
/* Type - 1 (syslog), 2 - file */
-int zabbix_open_log(int type,int level, const char *filename);
+int zabbix_open_log(int type,int level, const char *filename);
#ifdef HAVE___VA_ARGS__
# define zabbix_log(level, fmt, ...) __zbx_zabbix_log(level, ZBX_CONST_STRING(fmt), ##__VA_ARGS__)
#else
# define zabbix_log __zbx_zabbix_log
-#endif /* HAVE___VA_ARGS__ */
-void zabbix_errlog(zbx_err_codes_t err, ...);
-void __zbx_zabbix_log(int level, const char *fmt, ...);
+#endif
+void zabbix_errlog(zbx_err_codes_t err, ...);
+void __zbx_zabbix_log(int level, const char *fmt, ...);
-void zabbix_close_log();
-void zabbix_set_log_level(int level);
+void zabbix_close_log();
+void zabbix_set_log_level(int level);
-int zabbix_check_log_level(int level);
+int zabbix_check_log_level(int level);
-char *zbx_strerror(int errnum);
-char *strerror_from_system(unsigned long error);
+char *zbx_strerror(int errnum);
+char *strerror_from_system(unsigned long error);
#ifdef _WINDOWS
-char *strerror_from_module(unsigned long error, const wchar_t *module);
+char *strerror_from_module(unsigned long error, const wchar_t *module);
#endif
#if defined(_WINDOWS)