summaryrefslogtreecommitdiff
path: root/src/datastore/plugin_datastore_template.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-06-13 19:21:39 +0000
committerChristian Grothoff <christian@grothoff.org>2011-06-13 19:21:39 +0000
commit18db9a2fc6584fe35b327650534cf0672f4686e7 (patch)
tree8ad5dcec557b5470dded775edd705bbac0f75a18 /src/datastore/plugin_datastore_template.c
parent56b9555f0608da28c2e3833f06abfb126b053d76 (diff)
downloadgnunet-18db9a2fc6584fe35b327650534cf0672f4686e7.tar.gz
gnunet-18db9a2fc6584fe35b327650534cf0672f4686e7.zip
doxygen
Diffstat (limited to 'src/datastore/plugin_datastore_template.c')
-rw-r--r--src/datastore/plugin_datastore_template.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/datastore/plugin_datastore_template.c b/src/datastore/plugin_datastore_template.c
index 6228e8c0c..8975c0a70 100644
--- a/src/datastore/plugin_datastore_template.c
+++ b/src/datastore/plugin_datastore_template.c
@@ -92,7 +92,7 @@ template_plugin_put (void *cls,
92 * Get one of the results for a particular key in the datastore. 92 * Get one of the results for a particular key in the datastore.
93 * 93 *
94 * @param cls closure 94 * @param cls closure
95 * @param offset offset of the result (mod #num-results); 95 * @param offset offset of the result (modulo num-results);
96 * specific ordering does not matter for the offset 96 * specific ordering does not matter for the offset
97 * @param key maybe NULL (to match all entries) 97 * @param key maybe NULL (to match all entries)
98 * @param vhash hash of the value, maybe NULL (to 98 * @param vhash hash of the value, maybe NULL (to
@@ -194,7 +194,7 @@ template_plugin_update (void *cls,
194 * Call the given processor on an item with zero anonymity. 194 * Call the given processor on an item with zero anonymity.
195 * 195 *
196 * @param cls our "struct Plugin*" 196 * @param cls our "struct Plugin*"
197 * @param offset offset of the result (mod #num-results); 197 * @param offset offset of the result (modulo num-results);
198 * specific ordering does not matter for the offset 198 * specific ordering does not matter for the offset
199 * @param type entries of which type should be considered? 199 * @param type entries of which type should be considered?
200 * Use 0 for any type. 200 * Use 0 for any type.