aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_namestore_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-09-15 19:44:39 +0000
committerChristian Grothoff <christian@grothoff.org>2013-09-15 19:44:39 +0000
commit416f68f323715f2e27005a0c2e58c1f287179999 (patch)
tree1b7fdaa4ddb7412dc6f1718509d15168b9614337 /src/include/gnunet_namestore_service.h
parent3870566bc19708599a4ed6b6e8b0103bcc854932 (diff)
downloadgnunet-416f68f323715f2e27005a0c2e58c1f287179999.tar.gz
gnunet-416f68f323715f2e27005a0c2e58c1f287179999.zip
-clarify API
Diffstat (limited to 'src/include/gnunet_namestore_service.h')
-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 */