aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_wlan.c
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-07-10 07:48:41 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-07-10 07:48:41 +0000
commitf3ddecf43857f42021779f826a2973e6ca7c289e (patch)
treed9aabacff61ac6692559ba0066dc6e49f53938d7 /src/transport/plugin_transport_wlan.c
parent6b8400966a5e6c2194785b3a33f91b748cfa7b7b (diff)
downloadgnunet-f3ddecf43857f42021779f826a2973e6ca7c289e.tar.gz
gnunet-f3ddecf43857f42021779f826a2973e6ca7c289e.zip
changed return type to enum
added get_network to template
Diffstat (limited to 'src/transport/plugin_transport_wlan.c')
-rw-r--r--src/transport/plugin_transport_wlan.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/transport/plugin_transport_wlan.c b/src/transport/plugin_transport_wlan.c
index 1c480dee5..ee3163dd9 100644
--- a/src/transport/plugin_transport_wlan.c
+++ b/src/transport/plugin_transport_wlan.c
@@ -1029,8 +1029,8 @@ create_macendpoint (struct Plugin *plugin,
1029 * @param session the session 1029 * @param session the session
1030 * @return the network type in HBO or GNUNET_SYSERR 1030 * @return the network type in HBO or GNUNET_SYSERR
1031 */ 1031 */
1032int wlan_get_network (void *cls, 1032static enum GNUNET_ATS_Network_Type
1033 void *session) 1033wlan_get_network (void *cls, void *session)
1034{ 1034{
1035 GNUNET_assert (NULL != session); 1035 GNUNET_assert (NULL != session);
1036 return GNUNET_ATS_NET_WLAN; 1036 return GNUNET_ATS_NET_WLAN;