diff options
Diffstat (limited to 'src/datastore/plugin_datastore_mysql.c')
-rw-r--r-- | src/datastore/plugin_datastore_mysql.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/datastore/plugin_datastore_mysql.c b/src/datastore/plugin_datastore_mysql.c index 51a60a1dc3..c61c450198 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, |