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/zbxcommon/comms.c')
-rw-r--r--src/libs/zbxcommon/comms.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/libs/zbxcommon/comms.c b/src/libs/zbxcommon/comms.c
index 6fa9fafaa07..48a0ecdfc42 100644
--- a/src/libs/zbxcommon/comms.c
+++ b/src/libs/zbxcommon/comms.c
@@ -113,8 +113,6 @@ int comms_parse_response(char *xml, char *host, size_t host_len, char *key, size
/******************************************************************************
* *
- * Function: zbx_htole_uint64 *
- * *
* Purpose: convert unsigned integer 64 bit *
* from host byte order *
* to little-endian byte order format *
@@ -148,8 +146,6 @@ zbx_uint64_t zbx_htole_uint64(zbx_uint64_t data)
/******************************************************************************
* *
- * Function: zbx_letoh_uint64 *
- * *
* Purpose: convert unsigned integer 64 bit *
* from little-endian byte order format *
* to host byte order *
@@ -183,8 +179,6 @@ zbx_uint64_t zbx_letoh_uint64(zbx_uint64_t data)
/******************************************************************************
* *
- * Function: zbx_htole_uint32 *
- * *
* Purpose: convert unsigned integer 32 bit *
* from host byte order *
* to little-endian byte order format *
@@ -210,8 +204,6 @@ zbx_uint32_t zbx_htole_uint32(zbx_uint32_t data)
/******************************************************************************
* *
- * Function: zbx_letoh_uint32 *
- * *
* Purpose: convert unsigned integer 32 bit *
* from little-endian byte order format *
* to host byte order *