aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_arm_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-08-15 21:51:21 +0000
committerChristian Grothoff <christian@grothoff.org>2011-08-15 21:51:21 +0000
commit6fd3e715cae09fa6e657c96f1c6f9711ee51f42f (patch)
treeedbc42f37889069033e57da201fef242939a6e0f /src/include/gnunet_arm_service.h
parent502af2167f7c218366666ca4944bd7cc54b5b19a (diff)
downloadgnunet-6fd3e715cae09fa6e657c96f1c6f9711ee51f42f.tar.gz
gnunet-6fd3e715cae09fa6e657c96f1c6f9711ee51f42f.zip
indentation
Diffstat (limited to 'src/include/gnunet_arm_service.h')
-rw-r--r--src/include/gnunet_arm_service.h18
1 files changed, 8 insertions, 10 deletions
diff --git a/src/include/gnunet_arm_service.h b/src/include/gnunet_arm_service.h
index e0a0b83ad..76529ede4 100644
--- a/src/include/gnunet_arm_service.h
+++ b/src/include/gnunet_arm_service.h
@@ -104,11 +104,10 @@ void GNUNET_ARM_disconnect (struct GNUNET_ARM_Handle *h);
104 * @param cb callback to invoke when service is ready 104 * @param cb callback to invoke when service is ready
105 * @param cb_cls closure for callback 105 * @param cb_cls closure for callback
106 */ 106 */
107void 107void GNUNET_ARM_start_service (struct GNUNET_ARM_Handle *h,
108GNUNET_ARM_start_service (struct GNUNET_ARM_Handle *h, 108 const char *service_name,
109 const char *service_name, 109 struct GNUNET_TIME_Relative timeout,
110 struct GNUNET_TIME_Relative timeout, 110 GNUNET_ARM_Callback cb, void *cb_cls);
111 GNUNET_ARM_Callback cb, void *cb_cls);
112 111
113 112
114/** 113/**
@@ -122,11 +121,10 @@ GNUNET_ARM_start_service (struct GNUNET_ARM_Handle *h,
122 * @param cb callback to invoke when service is ready 121 * @param cb callback to invoke when service is ready
123 * @param cb_cls closure for callback 122 * @param cb_cls closure for callback
124 */ 123 */
125void 124void GNUNET_ARM_stop_service (struct GNUNET_ARM_Handle *h,
126GNUNET_ARM_stop_service (struct GNUNET_ARM_Handle *h, 125 const char *service_name,
127 const char *service_name, 126 struct GNUNET_TIME_Relative timeout,
128 struct GNUNET_TIME_Relative timeout, 127 GNUNET_ARM_Callback cb, void *cb_cls);
129 GNUNET_ARM_Callback cb, void *cb_cls);
130 128
131 129
132 130