aboutsummaryrefslogtreecommitdiff
path: root/src/datastore
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-09-06 21:13:00 +0000
committerChristian Grothoff <christian@grothoff.org>2010-09-06 21:13:00 +0000
commit56e2eca24d19c91a49e1cad6eea7aef2662b8cb0 (patch)
treef66bb89b774f650e85682a6386cc5e511312486d /src/datastore
parentf209d7a672de47a21bfef03d8c9249d0e6d7e71b (diff)
downloadgnunet-56e2eca24d19c91a49e1cad6eea7aef2662b8cb0.tar.gz
gnunet-56e2eca24d19c91a49e1cad6eea7aef2662b8cb0.zip
more doxygen stuff
Diffstat (limited to 'src/datastore')
-rw-r--r--src/datastore/plugin_datastore_mysql.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/datastore/plugin_datastore_mysql.c b/src/datastore/plugin_datastore_mysql.c
index 51a60a1dc..c61c45019 100644
--- a/src/datastore/plugin_datastore_mysql.c
+++ b/src/datastore/plugin_datastore_mysql.c
@@ -988,11 +988,11 @@ return_ok (void *cls,
988 988
989 989
990/** 990/**
991 * FIXME. 991 * Run the prepared statement to get the next data item ready.
992 * 992 *
993 * @param cls FIXME 993 * @param cls not used
994 * @param ncr FIXME 994 * @param nrc closure for the next request iterator
995 * @return FIXME 995 * @return GNUNET_OK on success, GNUNET_NO if there is no additional item
996 */ 996 */
997static int 997static int
998iterator_helper_prepare (void *cls, 998iterator_helper_prepare (void *cls,