aboutsummaryrefslogtreecommitdiff
path: root/src/datastore
diff options
context:
space:
mode:
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,