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/zbxcommshigh/comms.c')
-rw-r--r--src/libs/zbxcommshigh/comms.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/libs/zbxcommshigh/comms.c b/src/libs/zbxcommshigh/comms.c
index e15b3a2a08d..e82630f8f8c 100644
--- a/src/libs/zbxcommshigh/comms.c
+++ b/src/libs/zbxcommshigh/comms.c
@@ -137,8 +137,6 @@ void disconnect_server(zbx_socket_t *sock)
/******************************************************************************
* *
- * Function: get_data_from_server *
- * *
* Purpose: get configuration and other data from server *
* *
* Return value: SUCCEED - processed successfully *
@@ -176,8 +174,6 @@ exit:
/******************************************************************************
* *
- * Function: put_data_to_server *
- * *
* Purpose: send data to server *
* *
* Return value: SUCCEED - processed successfully *
@@ -210,8 +206,6 @@ out:
/******************************************************************************
* *
- * Function: zbx_send_response *
- * *
* Purpose: send json SUCCEED or FAIL to socket along with an info message *
* *
* Parameters: sock - [IN] socket descriptor *
@@ -268,8 +262,6 @@ int zbx_send_response_ext(zbx_socket_t *sock, int result, const char *info, cons
/******************************************************************************
* *
- * Function: zbx_recv_response *
- * *
* Purpose: read a response message (in JSON format) from socket, optionally *
* extract "info" value. *
* *