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>2013-02-26 20:39:30 +0400
committerAlexander Vladishev <aleksander.vladishev@zabbix.com>2013-02-26 20:39:30 +0400
commit114d2c5954b4baa1f3e31b51a7e7d81465e0d5bb (patch)
treec080aca422e4d08e7b8dfe15ce0b2fb1e7434f92 /include/zbxmodules.h
parent4e0b5115fb7a4e21ac4a76aa9b7b1437fdc4dfea (diff)
...G...... [ZBXNEXT-1550] coding style, formatting
- removed src/modules/agent - moved ZBX_MODULE_FUNC_* defines to modules.c ...
Diffstat (limited to 'include/zbxmodules.h')
-rw-r--r--include/zbxmodules.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/zbxmodules.h b/include/zbxmodules.h
index 071e8038127..ba7a6eb6f46 100644
--- a/include/zbxmodules.h
+++ b/include/zbxmodules.h
@@ -20,13 +20,6 @@
#ifndef ZABBIX_ZBXMODULES_H
#define ZABBIX_ZBXMODULES_H
-#define ZBX_MODULE_FUNC_INIT "zbx_module_init"
-#define ZBX_MODULE_FUNC_API_VERSION "zbx_module_api_version"
-#define ZBX_MODULE_FUNC_ITEM_LIST "zbx_module_item_list"
-#define ZBX_MODULE_FUNC_ITEM_PROCESS "zbx_module_item_process"
-#define ZBX_MODULE_FUNC_ITEM_TIMEOUT "zbx_module_item_timeout"
-#define ZBX_MODULE_FUNC_UNINIT "zbx_module_uninit"
-
int load_modules(const char *path, char **modules, int timeout);
void unload_modules();