From 56e2eca24d19c91a49e1cad6eea7aef2662b8cb0 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 6 Sep 2010 21:13:00 +0000 Subject: [PATCH] more doxygen stuff --- src/datastore/plugin_datastore_mysql.c | 8 ++++---- 1 file 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, /** - * FIXME. + * Run the prepared statement to get the next data item ready. * - * @param cls FIXME - * @param ncr FIXME - * @return FIXME + * @param cls not used + * @param nrc closure for the next request iterator + * @return GNUNET_OK on success, GNUNET_NO if there is no additional item */ static int iterator_helper_prepare (void *cls, -- 2.25.1