aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2022-01-02 22:10:16 +0100
committerChristian Grothoff <christian@grothoff.org>2022-01-02 22:10:16 +0100
commit1b39a393307288188d790c8e89f794a136a2653f (patch)
tree1c50c7c21afb4072758709be239813afe66c1536 /src/include
parent0eca5d452354979721c52ba8e0e583d063b92d3d (diff)
downloadgnunet-1b39a393307288188d790c8e89f794a136a2653f.tar.gz
gnunet-1b39a393307288188d790c8e89f794a136a2653f.zip
-dce
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_datacache_lib.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/include/gnunet_datacache_lib.h b/src/include/gnunet_datacache_lib.h
index 40885803b..519c36bb4 100644
--- a/src/include/gnunet_datacache_lib.h
+++ b/src/include/gnunet_datacache_lib.h
@@ -146,20 +146,6 @@ GNUNET_DATACACHE_get (struct GNUNET_DATACACHE_Handle *h,
146 146
147 147
148/** 148/**
149 * Obtain a random element from the datacache.
150 *
151 * @param h handle to the datacache
152 * @param iter maybe NULL (to just count)
153 * @param iter_cls closure for @a iter
154 * @return the number of results found (zero or 1)
155 */
156unsigned int
157GNUNET_DATACACHE_get_random (struct GNUNET_DATACACHE_Handle *h,
158 GNUNET_DATACACHE_Iterator iter,
159 void *iter_cls);
160
161
162/**
163 * Iterate over the results that are "close" to a particular key in 149 * Iterate over the results that are "close" to a particular key in
164 * the datacache. "close" is defined as numerically larger than @a 150 * the datacache. "close" is defined as numerically larger than @a
165 * key (when interpreted as a circular address space), with small 151 * key (when interpreted as a circular address space), with small