- fixed string to address parsing
[oweals/gnunet.git] / src / include / gnunet_dht_service.h
index fd89642c6cb548cfa715dea6f911a1535257522e..bb9e64ff67dd1c538c63fcdea0a1994eefb40e35 100644 (file)
@@ -135,6 +135,7 @@ GNUNET_DHT_disconnect (struct GNUNET_DHT_Handle *handle);
  * @param exp desired expiration time for the value
  * @param timeout how long to wait for transmission of this request
  * @param cont continuation to call when done (transmitting request to service)
+ *        You must not call GNUNET_DHT_DISCONNECT in this continuation
  * @param cont_cls closure for cont
  */
 void
@@ -272,7 +273,7 @@ GNUNET_DHT_monitor_start (struct GNUNET_DHT_Handle *handle,
  *
  * @param handle The handle to the monitor request returned by monitor_start.
  *
- * On return get_handle will no longer be valid, caller must not use again!!!
+ * On return handle will no longer be valid, caller must not use again!!!
  */
 void
 GNUNET_DHT_monitor_stop (struct GNUNET_DHT_MonitorHandle *handle);