aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_wlan.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-11-10 08:33:10 +0000
committerChristian Grothoff <christian@grothoff.org>2010-11-10 08:33:10 +0000
commite3ac38bd7646b5e0ed60e34b7f9293ea7166168c (patch)
tree914ddeaa27fd8a2f98a705b5e3f48ed04c15b5f4 /src/transport/plugin_transport_wlan.c
parent6a79027255ba52769992f8c5adcf69f0f8dbd0a4 (diff)
downloadgnunet-e3ac38bd7646b5e0ed60e34b7f9293ea7166168c.tar.gz
gnunet-e3ac38bd7646b5e0ed60e34b7f9293ea7166168c.zip
lib
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 9f8accb95..1841d01f3 100644
--- a/src/transport/plugin_transport_wlan.c
+++ b/src/transport/plugin_transport_wlan.c
@@ -1328,7 +1328,7 @@ wlan_transport_start_wlan_helper (struct Plugin *plugin)
1328 * @return the 'struct GNUNET_TRANSPORT_PluginFunctions*' or NULL on error 1328 * @return the 'struct GNUNET_TRANSPORT_PluginFunctions*' or NULL on error
1329 */ 1329 */
1330void * 1330void *
1331gnunet_plugin_transport_wlan_init (void *cls) 1331libgnunet_plugin_transport_wlan_init (void *cls)
1332{ 1332{
1333 struct GNUNET_SERVICE_Context *service; 1333 struct GNUNET_SERVICE_Context *service;
1334 struct GNUNET_TRANSPORT_PluginEnvironment *env = cls; 1334 struct GNUNET_TRANSPORT_PluginEnvironment *env = cls;
@@ -1377,7 +1377,7 @@ gnunet_plugin_transport_wlan_init (void *cls)
1377 */ 1377 */
1378//TODO doxigen 1378//TODO doxigen
1379void * 1379void *
1380gnunet_plugin_transport_wlan_done (void *cls) 1380libgnunet_plugin_transport_wlan_done (void *cls)
1381{ 1381{
1382 struct GNUNET_TRANSPORT_PluginFunctions *api = cls; 1382 struct GNUNET_TRANSPORT_PluginFunctions *api = cls;
1383 struct Plugin *plugin = api->cls; 1383 struct Plugin *plugin = api->cls;