From 5882a0a99902e4555f78a05a3d68dc72f864437f Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 11 May 2010 19:40:39 +0000 Subject: die unstoppable multi api, die --- src/include/gnunet_arm_service.h | 31 ------------------------------- 1 file changed, 31 deletions(-) (limited to 'src/include/gnunet_arm_service.h') diff --git a/src/include/gnunet_arm_service.h b/src/include/gnunet_arm_service.h index 8e68cd5ee..07722c97f 100644 --- a/src/include/gnunet_arm_service.h +++ b/src/include/gnunet_arm_service.h @@ -132,37 +132,6 @@ GNUNET_ARM_stop_service (struct GNUNET_ARM_Handle *h, GNUNET_ARM_Callback cb, void *cb_cls); -/** - * Start multiple services in the specified order. Convenience - * function. Works asynchronously, failures are not reported. - * - * @param cfg configuration to use (needed to contact ARM; - * the ARM service may internally use a different - * configuration to determine how to start the service). - * @param sched scheduler to use - * @param ... NULL-terminated list of service names (const char*) - */ -void -GNUNET_ARM_start_services (const struct GNUNET_CONFIGURATION_Handle *cfg, - struct GNUNET_SCHEDULER_Handle *sched, - ...); - - -/** - * Stop multiple services in the specified order. Convenience - * function. Works asynchronously, failures are not reported. - * - * @param cfg configuration to use (needed to contact ARM; - * the ARM service may internally use a different - * configuration to determine how to start the service). - * @param sched scheduler to use - * @param ... NULL-terminated list of service names (const char*) - */ -void -GNUNET_ARM_stop_services (const struct GNUNET_CONFIGURATION_Handle *cfg, - struct GNUNET_SCHEDULER_Handle *sched, - ...); - #if 0 /* keep Emacsens' auto-indent happy */ { -- cgit v1.2.3