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.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/util/os_network.c b/src/util/os_network.c
index c872350c5..c78dc71c5 100644
--- a/src/util/os_network.c
+++ b/src/util/os_network.c
@@ -33,7 +33,9 @@
33 33
34/** 34/**
35 * @brief Enumerate all network interfaces 35 * @brief Enumerate all network interfaces
36 * @param callback the callback function 36 *
37 * @param proc the callback function
38 * @param cls closure for proc
37 */ 39 */
38void 40void
39GNUNET_OS_network_interfaces_list (GNUNET_OS_NetworkInterfaceProcessor proc, 41GNUNET_OS_network_interfaces_list (GNUNET_OS_NetworkInterfaceProcessor proc,