From: Christian Grothoff Date: Wed, 10 Nov 2010 08:33:10 +0000 (+0000) Subject: lib X-Git-Tag: initial-import-from-subversion-38251~19780 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=e3ac38bd7646b5e0ed60e34b7f9293ea7166168c;p=oweals%2Fgnunet.git lib --- 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) * @return the 'struct GNUNET_TRANSPORT_PluginFunctions*' or NULL on error */ void * -gnunet_plugin_transport_wlan_init (void *cls) +libgnunet_plugin_transport_wlan_init (void *cls) { struct GNUNET_SERVICE_Context *service; struct GNUNET_TRANSPORT_PluginEnvironment *env = cls; @@ -1377,7 +1377,7 @@ gnunet_plugin_transport_wlan_init (void *cls) */ //TODO doxigen void * -gnunet_plugin_transport_wlan_done (void *cls) +libgnunet_plugin_transport_wlan_done (void *cls) { struct GNUNET_TRANSPORT_PluginFunctions *api = cls; struct Plugin *plugin = api->cls;