aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_arm_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_arm_service.h')
-rw-r--r--src/include/gnunet_arm_service.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/gnunet_arm_service.h b/src/include/gnunet_arm_service.h
index 912db027b..317105520 100644
--- a/src/include/gnunet_arm_service.h
+++ b/src/include/gnunet_arm_service.h
@@ -70,13 +70,11 @@ struct GNUNET_ARM_Handle;
70 * @param cfg configuration to use (needed to contact ARM; 70 * @param cfg configuration to use (needed to contact ARM;
71 * the ARM service may internally use a different 71 * the ARM service may internally use a different
72 * configuration to determine how to start the service). 72 * configuration to determine how to start the service).
73 * @param sched scheduler to use
74 * @param service service that *this* process is implementing/providing, can be NULL 73 * @param service service that *this* process is implementing/providing, can be NULL
75 * @return context to use for further ARM operations, NULL on error 74 * @return context to use for further ARM operations, NULL on error
76 */ 75 */
77struct GNUNET_ARM_Handle * 76struct GNUNET_ARM_Handle *
78GNUNET_ARM_connect (const struct GNUNET_CONFIGURATION_Handle *cfg, 77GNUNET_ARM_connect (const struct GNUNET_CONFIGURATION_Handle *cfg,
79 struct GNUNET_SCHEDULER_Handle *sched,
80 const char *service); 78 const char *service);
81 79
82 80