aboutsummaryrefslogtreecommitdiff
path: root/src/util/os_network.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-07-08 20:48:24 +0000
committerChristian Grothoff <christian@grothoff.org>2015-07-08 20:48:24 +0000
commit57eb2ec3125dbbf60a9d1a2635ddc19345e2e5c1 (patch)
treebf33b5f8313e309634e2d61070ae99ab226f16d8 /src/util/os_network.c
parent728a40d587086cb9302f78347dd4d061083a424c (diff)
downloadgnunet-57eb2ec3125dbbf60a9d1a2635ddc19345e2e5c1.tar.gz
gnunet-57eb2ec3125dbbf60a9d1a2635ddc19345e2e5c1.zip
DEFAULTSERVICES is dead, remove remains
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,