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 'src/libs/zbxdbhigh/export.c')
-rw-r--r--src/libs/zbxdbhigh/export.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/libs/zbxdbhigh/export.c b/src/libs/zbxdbhigh/export.c
index 95a85f5ea39..14461082512 100644
--- a/src/libs/zbxdbhigh/export.c
+++ b/src/libs/zbxdbhigh/export.c
@@ -45,8 +45,6 @@ static char *export_dir;
/******************************************************************************
* *
- * Function: zbx_validate_export_type *
- * *
* Purpose: validate export type *
* *
* Parameters: export_type - [in] list of export types *
@@ -114,8 +112,6 @@ int zbx_validate_export_type(char *export_type, uint32_t *export_mask)
/******************************************************************************
* *
- * Function: zbx_is_export_enabled *
- * *
* Purpose: checks if export is enabled for given type(s) *
* *
* Parameters: flag - ZBX_FLAG_EXPTYPE_EVENTS events are enabled *