diff options
author | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2011-06-13 19:21:39 +0000 |
---|---|---|
committer | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2011-06-13 19:21:39 +0000 |
commit | d22caf3e58e7424a9682cfe550bfc14834dce1e4 (patch) | |
tree | 8ad5dcec557b5470dded775edd705bbac0f75a18 /src/datastore/plugin_datastore_sqlite.c | |
parent | 6712aec51d85f4927a05df2f43851605be06e649 (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.c | 2 |
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; |