wip
[oweals/gnunet.git] / src / arm / gnunet-service-arm.h
index 632b46b099cfd065abb9499567a6abc7468372a9..0ef557157c595a2c254e52e7b198bf02e3585ae5 100644 (file)
@@ -4,7 +4,7 @@
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published
-     by the Free Software Foundation; either version 2, or (at your
+     by the Free Software Foundation; either version 3, or (at your
      option) any later version.
 
      GNUnet is distributed in the hope that it will be useful, but
@@ -49,7 +49,6 @@ int start_service (struct GNUNET_SERVER_Client *client,
 int stop_listening (const char *serviceName);
 
 void prepareServices (const struct GNUNET_CONFIGURATION_Handle
-                     *configurationHandle,
-                     struct GNUNET_SCHEDULER_Handle *sched);
+                     *configurationHandle);
 
 #endif