diff options
author | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2010-09-06 21:13:00 +0000 |
---|---|---|
committer | grothoff <grothoff@140774ce-b5e7-0310-ab8b-a85725594a96> | 2010-09-06 21:13:00 +0000 |
commit | ec17b3d992345a6a34838e4449f80f2d7f375253 (patch) | |
tree | f66bb89b774f650e85682a6386cc5e511312486d /src/datastore/plugin_datastore_mysql.c | |
parent | da9c71ebda187797e36293c0358ff6760da5a72c (diff) |
more doxygen stuff
git-svn-id: https://gnunet.org/svn/gnunet@12865 140774ce-b5e7-0310-ab8b-a85725594a96
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, |