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.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/include/gnunet_dht_service.h b/src/include/gnunet_dht_service.h
index 7fa100679..46ef5847b 100644
--- a/src/include/gnunet_dht_service.h
+++ b/src/include/gnunet_dht_service.h
@@ -130,12 +130,12 @@ struct GNUNET_DHT_PutHandle;
130 130
131/** 131/**
132 * Type of a PUT continuation. You must not call 132 * Type of a PUT continuation. You must not call
133 * "GNUNET_DHT_disconnect" in this continuation. 133 * #GNUNET_DHT_disconnect in this continuation.
134 * 134 *
135 * @param cls closure 135 * @param cls closure
136 * @param success GNUNET_OK if the PUT was transmitted, 136 * @param success #GNUNET_OK if the PUT was transmitted,
137 * GNUNET_NO on timeout, 137 * #GNUNET_NO on timeout,
138 * GNUNET_SYSERR on disconnect from service 138 * #GNUNET_SYSERR on disconnect from service
139 * after the PUT message was transmitted 139 * after the PUT message was transmitted
140 * (so we don't know if it was received or not) 140 * (so we don't know if it was received or not)
141 */ 141 */