aboutsummaryrefslogtreecommitdiff
path: root/src/dht/gnunet-service-dht_datacache.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dht/gnunet-service-dht_datacache.h')
-rw-r--r--src/dht/gnunet-service-dht_datacache.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/dht/gnunet-service-dht_datacache.h b/src/dht/gnunet-service-dht_datacache.h
index dce15bd7d..ccd854570 100644
--- a/src/dht/gnunet-service-dht_datacache.h
+++ b/src/dht/gnunet-service-dht_datacache.h
@@ -61,8 +61,9 @@ GDS_DATACACHE_handle_put (struct GNUNET_TIME_Absolute expiration,
61 * @param xquery_size number of bytes in xquery 61 * @param xquery_size number of bytes in xquery
62 * @param reply_bf where the reply bf is (to be) stored, possibly updated!, can be NULL 62 * @param reply_bf where the reply bf is (to be) stored, possibly updated!, can be NULL
63 * @param reply_bf_mutator mutation value for reply_bf 63 * @param reply_bf_mutator mutation value for reply_bf
64 * @return evaluation result for the local replies
64 */ 65 */
65void 66enum GNUNET_BLOCK_EvaluationResult
66GDS_DATACACHE_handle_get (const GNUNET_HashCode *key, 67GDS_DATACACHE_handle_get (const GNUNET_HashCode *key,
67 enum GNUNET_BLOCK_Type type, 68 enum GNUNET_BLOCK_Type type,
68 const void *xquery, 69 const void *xquery,