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:
Diffstat (limited to 'include/zbxdiag.h')
-rw-r--r--include/zbxdiag.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zbxdiag.h b/include/zbxdiag.h
index e185b8f05bb..7b64a5acd5e 100644
--- a/include/zbxdiag.h
+++ b/include/zbxdiag.h
@@ -45,6 +45,6 @@ zbx_diaginfo_section_t;
#define ZBX_DIAG_LOCKS "locks"
int zbx_diag_get_info(const struct zbx_json_parse *jp, char **info);
-void zbx_diag_log_info(unsigned int flags);
+void zbx_diag_log_info(unsigned int flags, char **result);
#endif