aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/include/gnunet_dht_service.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/gnunet_dht_service.h b/src/include/gnunet_dht_service.h
index e533ef279..bb9e64ff6 100644
--- a/src/include/gnunet_dht_service.h
+++ b/src/include/gnunet_dht_service.h
@@ -135,6 +135,7 @@ GNUNET_DHT_disconnect (struct GNUNET_DHT_Handle *handle);
135 * @param exp desired expiration time for the value 135 * @param exp desired expiration time for the value
136 * @param timeout how long to wait for transmission of this request 136 * @param timeout how long to wait for transmission of this request
137 * @param cont continuation to call when done (transmitting request to service) 137 * @param cont continuation to call when done (transmitting request to service)
138 * You must not call GNUNET_DHT_DISCONNECT in this continuation
138 * @param cont_cls closure for cont 139 * @param cont_cls closure for cont
139 */ 140 */
140void 141void