aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_dht_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-08-13 19:14:19 +0000
committerChristian Grothoff <christian@grothoff.org>2013-08-13 19:14:19 +0000
commit5f5f1974b15c646bde44583aede2433254138661 (patch)
tree6197cc994723c804e261ff15c9a04e800f3988ee /src/include/gnunet_dht_service.h
parentadc6e4a5804d4cb43516383ff1d97065df0d0fd9 (diff)
downloadgnunet-5f5f1974b15c646bde44583aede2433254138661.tar.gz
gnunet-5f5f1974b15c646bde44583aede2433254138661.zip
-more coding towards working new GNS service
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 */