lib
authorChristian Grothoff <christian@grothoff.org>
Wed, 10 Nov 2010 08:33:10 +0000 (08:33 +0000)
committerChristian Grothoff <christian@grothoff.org>
Wed, 10 Nov 2010 08:33:10 +0000 (08:33 +0000)
src/transport/plugin_transport_wlan.c

index 9f8accb952194ede52194a69f75252c086cd95ab..1841d01f383257bb57296cffffe5fb6d74c4132a 100644 (file)
@@ -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;