aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_arm_service.h
diff options
context:
space:
mode:
authorLRN <lrn1986@gmail.com>2013-03-20 18:50:12 +0000
committerLRN <lrn1986@gmail.com>2013-03-20 18:50:12 +0000
commit41646c7ce6e3d1711beb4b95da08afbd5b79d097 (patch)
tree666d56f69347402bf531f7aec2052a83c5df1b7d /src/include/gnunet_arm_service.h
parent7c49614b1e70bbc8f1310dca8a17dceda412b091 (diff)
downloadgnunet-41646c7ce6e3d1711beb4b95da08afbd5b79d097.tar.gz
gnunet-41646c7ce6e3d1711beb4b95da08afbd5b79d097.zip
disconnect -> disconnect_and_free rename
Diffstat (limited to 'src/include/gnunet_arm_service.h')
-rw-r--r--src/include/gnunet_arm_service.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_arm_service.h b/src/include/gnunet_arm_service.h
index be46831a4..4d0f083f7 100644
--- a/src/include/gnunet_arm_service.h
+++ b/src/include/gnunet_arm_service.h
@@ -249,7 +249,7 @@ GNUNET_ARM_connect (struct GNUNET_ARM_Handle *h,
249 * @param h the handle that was being used 249 * @param h the handle that was being used
250 */ 250 */
251void 251void
252GNUNET_ARM_disconnect (struct GNUNET_ARM_Handle *h); 252GNUNET_ARM_disconnect_and_free (struct GNUNET_ARM_Handle *h);
253 253
254 254
255/** 255/**
@@ -271,7 +271,7 @@ GNUNET_ARM_request_service_list (struct GNUNET_ARM_Handle *h,
271 * Stopping arm itself will not invalidate its handle, and 271 * Stopping arm itself will not invalidate its handle, and
272 * ARM API will try to restore connection to the ARM service, 272 * ARM API will try to restore connection to the ARM service,
273 * even if ARM connection was lost because you asked for ARM to be stopped. 273 * even if ARM connection was lost because you asked for ARM to be stopped.
274 * Call GNUNET_ARM_disconnect () to free the handle and prevent 274 * Call GNUNET_ARM_disconnect_and_free () to free the handle and prevent
275 * further connection attempts. 275 * further connection attempts.
276 * 276 *
277 * @param h handle to ARM 277 * @param h handle to ARM