aboutsummaryrefslogtreecommitdiff
path: root/src/datastore
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-09-02 14:44:42 +0000
committerChristian Grothoff <christian@grothoff.org>2011-09-02 14:44:42 +0000
commite1fda8a5d8674328afa61cc50842fdbd2a7044ba (patch)
treeb36e7c638c5b0cb94a693376419959f12d84b84c /src/datastore
parent012cb16a93acbfca1119966d5b4679b99e5c9125 (diff)
downloadgnunet-e1fda8a5d8674328afa61cc50842fdbd2a7044ba.tar.gz
gnunet-e1fda8a5d8674328afa61cc50842fdbd2a7044ba.zip
doxygen
Diffstat (limited to 'src/datastore')
-rw-r--r--src/datastore/plugin_datastore_postgres.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/datastore/plugin_datastore_postgres.c b/src/datastore/plugin_datastore_postgres.c
index 4e44107b6..3c37325da 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,
710 * the given iterator for each of them. 710 * the given iterator for each of them.
711 * 711 *
712 * @param cls our "struct Plugin*" 712 * @param cls our "struct Plugin*"
713 * @param offset offset of the result (modulo num-results);
714 * specific ordering does not matter for the offset
713 * @param type entries of which type should be considered? 715 * @param type entries of which type should be considered?
714 * Use 0 for any type. 716 * Use 0 for any type.
715 * @param proc function to call on the matching value; 717 * @param proc function to call on the matching value;
@@ -767,7 +769,6 @@ struct ReplCtx
767 * iterator. 769 * iterator.
768 * 770 *
769 * @param cls closure 771 * @param cls closure
770 * @param next_cls closure to pass to the "next" function.
771 * @param key key for the content 772 * @param key key for the content
772 * @param size number of bytes in data 773 * @param size number of bytes in data
773 * @param data content stored 774 * @param data content stored