aboutsummaryrefslogtreecommitdiff
path: root/src/datastore/plugin_datastore_sqlite.c
diff options
context:
space:
mode:
authorgrothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96>2011-06-13 19:21:39 +0000
committergrothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96>2011-06-13 19:21:39 +0000
commitd22caf3e58e7424a9682cfe550bfc14834dce1e4 (patch)
tree8ad5dcec557b5470dded775edd705bbac0f75a18 /src/datastore/plugin_datastore_sqlite.c
parent6712aec51d85f4927a05df2f43851605be06e649 (diff)
doxygen
git-svn-id: https://gnunet.org/svn/gnunet@15554 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src/datastore/plugin_datastore_sqlite.c')
-rw-r--r--src/datastore/plugin_datastore_sqlite.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/datastore/plugin_datastore_sqlite.c b/src/datastore/plugin_datastore_sqlite.c
index 613b6a1a76..6a2a86b61a 100644
--- a/src/datastore/plugin_datastore_sqlite.c
+++ b/src/datastore/plugin_datastore_sqlite.c
@@ -718,6 +718,8 @@ execute_get (struct Plugin *plugin,
* the given processor for the item.
*
* @param cls our plugin context
+ * @param offset offset of the result (modulo num-results);
+ * specific ordering does not matter for the offset
* @param type entries of which type should be considered?
* Use 0 for any type.
* @param proc function to call on each matching value;