aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_dht_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_dht_service.h')
-rw-r--r--src/include/gnunet_dht_service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_dht_service.h b/src/include/gnunet_dht_service.h
index ea3ea92fa..95d30ae6f 100644
--- a/src/include/gnunet_dht_service.h
+++ b/src/include/gnunet_dht_service.h
@@ -178,7 +178,7 @@ GNUNET_DHT_put (struct GNUNET_DHT_Handle *handle,
178 * has not yet been sent to the service, cancelling the PUT will stop 178 * has not yet been sent to the service, cancelling the PUT will stop
179 * this from happening (but there is no way for the user of this API 179 * this from happening (but there is no way for the user of this API
180 * to tell if that is the case). The only use for this API is to 180 * to tell if that is the case). The only use for this API is to
181 * prevent a later call to 'cont' from #GNUNET_DHT_put (i.e. because 181 * prevent a later call to 'cont' from #GNUNET_DHT_put (e.g. because
182 * the system is shutting down). 182 * the system is shutting down).
183 * 183 *
184 * @param ph put operation to cancel ('cont' will no longer be called) 184 * @param ph put operation to cancel ('cont' will no longer be called)