wip
[oweals/gnunet.git] / src / arm / gnunet-service-arm.h
index 1f908588993648a1714a34c6792260ca6d5298ed..0ef557157c595a2c254e52e7b198bf02e3585ae5 100644 (file)
@@ -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