aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_datastore_plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_datastore_plugin.h')
-rw-r--r--src/include/gnunet_datastore_plugin.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/gnunet_datastore_plugin.h b/src/include/gnunet_datastore_plugin.h
index 4d717996d..7d1a3a369 100644
--- a/src/include/gnunet_datastore_plugin.h
+++ b/src/include/gnunet_datastore_plugin.h
@@ -148,7 +148,7 @@ typedef int (*PluginPut) (void *cls,
148 * Get one of the results for a particular key in the datastore. 148 * Get one of the results for a particular key in the datastore.
149 * 149 *
150 * @param cls closure 150 * @param cls closure
151 * @param offset offset of the result (mod #num-results); 151 * @param offset offset of the result (modulo num-results);
152 * specific ordering does not matter for the offset 152 * specific ordering does not matter for the offset
153 * @param key key to match, never NULL 153 * @param key key to match, never NULL
154 * @param vhash hash of the value, maybe NULL (to 154 * @param vhash hash of the value, maybe NULL (to
@@ -175,7 +175,7 @@ typedef void (*PluginGetKey) (void *cls,
175 * Get a random item (additional constraints may apply depending on 175 * Get a random item (additional constraints may apply depending on
176 * the specific implementation). Calls 'proc' with all values ZERO or 176 * the specific implementation). Calls 'proc' with all values ZERO or
177 * NULL if no item applies, otherwise 'proc' is called once and only 177 * NULL if no item applies, otherwise 'proc' is called once and only
178 * once with an item, with the 'next_cls' argument being NULL. 178 * once with an item.
179 * 179 *
180 * @param cls closure 180 * @param cls closure
181 * @param proc function to call the value (once only). 181 * @param proc function to call the value (once only).
@@ -220,7 +220,7 @@ typedef int (*PluginUpdate) (void *cls,
220 * (among those applicable). 220 * (among those applicable).
221 * 221 *
222 * @param cls closure 222 * @param cls closure
223 * @param offset offset of the result (mod #num-results); 223 * @param offset offset of the result (modulo num-results);
224 * specific ordering does not matter for the offset 224 * specific ordering does not matter for the offset
225 * @param type entries of which type should be considered? 225 * @param type entries of which type should be considered?
226 * Must not be zero (ANY). 226 * Must not be zero (ANY).