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/zbxsysinfo/win32/net.c')
-rw-r--r--src/libs/zbxsysinfo/win32/net.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/libs/zbxsysinfo/win32/net.c b/src/libs/zbxsysinfo/win32/net.c
index 9da8d2fc589..b9fdb6d4bbf 100644
--- a/src/libs/zbxsysinfo/win32/net.c
+++ b/src/libs/zbxsysinfo/win32/net.c
@@ -46,8 +46,6 @@ zbx_ifrow_t;
/******************************************************************************
* *
- * Function: zbx_ifrow_init *
- * *
* Purpose: initialize the zbx_ifrow_t variable *
* *
* Parameters: *
@@ -93,8 +91,6 @@ static void zbx_ifrow_init(zbx_ifrow_t *pIfRow)
/******************************************************************************
* *
- * Function: zbx_ifrow_clean *
- * *
* Purpose: clean the zbx_ifrow_t variable *
* *
* Parameters: *
@@ -111,8 +107,6 @@ static void zbx_ifrow_clean(zbx_ifrow_t *pIfRow)
/******************************************************************************
* *
- * Function: zbx_ifrow_call_get_if_entry *
- * *
* Purpose: call either GetIfEntry() or GetIfEntry2() based on the Windows *
* release to fill the passed MIB interface structure. *
* *
@@ -264,8 +258,6 @@ static ULONG64 zbx_ifrow_get_out_discards(const zbx_ifrow_t *pIfRow)
/******************************************************************************
* *
- * Function: zbx_ifrow_get_utf8_description *
- * *
* Purpose: returns interface description encoded in UTF-8 format *
* *
* Parameters: *
@@ -307,8 +299,6 @@ static char *zbx_ifrow_get_utf8_description(const zbx_ifrow_t *pIfRow)
/******************************************************************************
* *
- * Function: zbx_ifrow_get_guid_str *
- * *
* Purpose: returns interface GUID in string format *
* *
* Parameters: *