diff options
author | Christian Grothoff <christian@grothoff.org> | 2012-03-22 18:06:14 +0000 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2012-03-22 18:06:14 +0000 |
commit | 1523e4484f658161ecbe4803ffab5d36ce277d0e (patch) | |
tree | 106f25485223de0f094b57bdf604a3078395c87b /src/include/gnunet_mysql_lib.h | |
parent | 3e38c60925c16fdf4bd5fdd1e26f7be3d20be985 (diff) |
-doxygen
Diffstat (limited to 'src/include/gnunet_mysql_lib.h')
-rw-r--r-- | src/include/gnunet_mysql_lib.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/gnunet_mysql_lib.h b/src/include/gnunet_mysql_lib.h index c232a00652..7311c2c52b 100644 --- a/src/include/gnunet_mysql_lib.h +++ b/src/include/gnunet_mysql_lib.h @@ -168,6 +168,8 @@ GNUNET_MYSQL_statement_run_prepared_select (struct GNUNET_MYSQL_Context *mc, * @param result_size number of elements in results array * @param results pointer to already initialized MYSQL_BIND * array (of sufficient size) for passing results + * @param processor function to call on each result + * @param processor_cls extra argument to processor * @param ap pairs and triplets of "MYSQL_TYPE_XXX" keys and their respective * values (size + buffer-reference for pointers); terminated * with "-1" |