aboutsummaryrefslogtreecommitdiff
path: root/src/util/os_network.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/os_network.c')
-rw-r--r--src/util/os_network.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/util/os_network.c b/src/util/os_network.c
index 715fe5bd6..19b60b6b4 100644
--- a/src/util/os_network.c
+++ b/src/util/os_network.c
@@ -18,7 +18,6 @@
18 Boston, MA 02110-1301, USA. 18 Boston, MA 02110-1301, USA.
19 19
20*/ 20*/
21
22/** 21/**
23 * @file util/os_network.c 22 * @file util/os_network.c
24 * @brief function to determine available network interfaces 23 * @brief function to determine available network interfaces
@@ -38,7 +37,7 @@
38 * @brief Enumerate all network interfaces 37 * @brief Enumerate all network interfaces
39 * 38 *
40 * @param proc the callback function 39 * @param proc the callback function
41 * @param proc_cls closure for proc 40 * @param proc_cls closure for @a proc
42 */ 41 */
43void 42void
44GNUNET_OS_network_interfaces_list (GNUNET_OS_NetworkInterfaceProcessor proc, 43GNUNET_OS_network_interfaces_list (GNUNET_OS_NetworkInterfaceProcessor proc,