diff options
author | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2011-09-02 14:44:42 +0000 |
---|---|---|
committer | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2011-09-02 14:44:42 +0000 |
commit | ceb1434cd32494d16445759558bbfad24b047926 (patch) | |
tree | b36e7c638c5b0cb94a693376419959f12d84b84c /src/datastore/plugin_datastore_postgres.c | |
parent | 9b43f223417ba9474cd7b3d131f35cfde38ff6a7 (diff) |
doxygen
git-svn-id: https://gnunet.org/svn/gnunet@16693 140774ce-b5e7-0310-ab8b-a85725594a96
Diffstat (limited to 'src/datastore/plugin_datastore_postgres.c')
-rw-r--r-- | src/datastore/plugin_datastore_postgres.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/datastore/plugin_datastore_postgres.c b/src/datastore/plugin_datastore_postgres.c index 4e44107b60..3c37325dab 100644 --- a/src/datastore/plugin_datastore_postgres.c +++ b/src/datastore/plugin_datastore_postgres.c @@ -710,6 +710,8 @@ postgres_plugin_get_key (void *cls, uint64_t offset, * the given iterator for each of them. * * @param cls our "struct Plugin*" + * @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 the matching value; @@ -767,7 +769,6 @@ struct ReplCtx * iterator. * * @param cls closure - * @param next_cls closure to pass to the "next" function. * @param key key for the content * @param size number of bytes in data * @param data content stored |