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/zabbix_server/scripts/scripts.c')
-rw-r--r--src/zabbix_server/scripts/scripts.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/zabbix_server/scripts/scripts.c b/src/zabbix_server/scripts/scripts.c
index 04073e839cb..471a11afa27 100644
--- a/src/zabbix_server/scripts/scripts.c
+++ b/src/zabbix_server/scripts/scripts.c
@@ -284,8 +284,6 @@ void zbx_script_clean(zbx_script_t *script)
/******************************************************************************
* *
- * Function: zbx_webhook_params_pack_json *
- * *
* Purpose: pack webhook script parameters into JSON *
* *
* Parameters: params - [IN] vector of pairs of pointers to parameter *
@@ -314,8 +312,6 @@ void zbx_webhook_params_pack_json(const zbx_vector_ptr_pair_t *params, char **pa
/***********************************************************************************
* *
- * Function: zbx_script_prepare *
- * *
* Purpose: prepares user script *
* *
* Parameters: script - [IN] the script to prepare *
@@ -380,8 +376,6 @@ out:
/******************************************************************************
* *
- * Function: DBfetch_webhook_params *
- * *
* Purpose: fetch webhook parameters *
* *
* Parameters: scriptid - [IN] the id of script to be executed *
@@ -427,8 +421,6 @@ out:
/******************************************************************************
* *
- * Function: zbx_script_execute *
- * *
* Purpose: executing user scripts or remote commands *
* *
* Parameters: script - [IN] the script to be executed *
@@ -516,8 +508,6 @@ int zbx_script_execute(const zbx_script_t *script, const DC_HOST *host, const ch
/******************************************************************************
* *
- * Function: zbx_script_create_task *
- * *
* Purpose: creates remote command task from a script *
* *
* Return value: the identifier of the created task or 0 in the case of *