X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=src%2Finclude%2Fgnunet_arm_service.h;h=912db027b4f0adf9ee915c3b1ff7e407b0c9f086;hb=f9b7adcad3cc030a800cbc9a96709454c45ae06f;hp=8e68cd5ee2fdcf796029710daba45d44def41448;hpb=d75fb1880a887a8f5339c5e8cf5e9d2b8755fdad;p=oweals%2Fgnunet.git diff --git a/src/include/gnunet_arm_service.h b/src/include/gnunet_arm_service.h index 8e68cd5ee..912db027b 100644 --- a/src/include/gnunet_arm_service.h +++ b/src/include/gnunet_arm_service.h @@ -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 @@ -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 */ {