aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_dht_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-04-24 13:08:05 +0000
committerChristian Grothoff <christian@grothoff.org>2010-04-24 13:08:05 +0000
commit32892c4aa7736eb8039f28d79b5cdb53cdc0061c (patch)
tree9729d165562c1780934a9a979dbc06d7f8470592 /src/include/gnunet_dht_service.h
parentbf6e480c1dda383bd55b311039d8d41189c5feea (diff)
downloadgnunet-32892c4aa7736eb8039f28d79b5cdb53cdc0061c.tar.gz
gnunet-32892c4aa7736eb8039f28d79b5cdb53cdc0061c.zip
off-line hack fest
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 d14606d70..dcbe3dc98 100644
--- a/src/include/gnunet_dht_service.h
+++ b/src/include/gnunet_dht_service.h
@@ -147,7 +147,7 @@ typedef void (*GNUNET_DHT_GetIterator)(void *cls,
147 * @param handle handle to the DHT service 147 * @param handle handle to the DHT service
148 * @param timeout timeout for this request to be sent to the 148 * @param timeout timeout for this request to be sent to the
149 * service (this is NOT a timeout for receiving responses) 149 * service (this is NOT a timeout for receiving responses)
150 * @param type expected type of the response object (GNUNET_DATASTORE_BLOCKTYPE_*) 150 * @param type expected type of the response object (GNUNET_BLOCK_TYPE_*)
151 * @param key the key to look up 151 * @param key the key to look up
152 * @param iter function to call on each result 152 * @param iter function to call on each result
153 * @param iter_cls closure for iter 153 * @param iter_cls closure for iter