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>2016-08-29 16:48:06 +0300
committerGlebs Ivanovskis <git-no-reply@zabbix.com>2016-08-29 16:48:06 +0300
commit26337fc74d0c9823fd3700354ea3c3120e92f5a0 (patch)
tree392167808d5b591a17b571f057125ed8523e6acc /include/zbxmodules.h
parent5f2097b89891d8e2192f850d09f9fbfd1ed04bb0 (diff)
...G...PS. [ZBXNEXT-3353] prefixed load_modules() and unload_modules()
Diffstat (limited to 'include/zbxmodules.h')
-rw-r--r--include/zbxmodules.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/zbxmodules.h b/include/zbxmodules.h
index 2755f91fb96..c6552b61fd9 100644
--- a/include/zbxmodules.h
+++ b/include/zbxmodules.h
@@ -68,7 +68,7 @@ extern zbx_history_string_cb_t *history_string_cbs;
extern zbx_history_text_cb_t *history_text_cbs;
extern zbx_history_log_cb_t *history_log_cbs;
-int load_modules(const char *path, char **file_names, int timeout, int verbose);
-void unload_modules();
+int zbx_load_modules(const char *path, char **file_names, int timeout, int verbose);
+void zbx_unload_modules();
#endif