aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/include/gnunet_namestore_service.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/gnunet_namestore_service.h b/src/include/gnunet_namestore_service.h
index ab539bb35..49a74c3ae 100644
--- a/src/include/gnunet_namestore_service.h
+++ b/src/include/gnunet_namestore_service.h
@@ -109,7 +109,8 @@ GNUNET_NAMESTORE_connect (const struct GNUNET_CONFIGURATION_Handle *cfg);
109 109
110/** 110/**
111 * Disconnect from the namestore service (and free associated 111 * Disconnect from the namestore service (and free associated
112 * resources). 112 * resources). Must not be called from within operation callbacks of
113 * the API.
113 * 114 *
114 * @param h handle to the namestore 115 * @param h handle to the namestore
115 */ 116 */