aboutsummaryrefslogtreecommitdiff
path: root/src/my/my.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/my/my.c')
-rw-r--r--src/my/my.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/my/my.c b/src/my/my.c
index 09d00163e..cc4f21cb1 100644
--- a/src/my/my.c
+++ b/src/my/my.c
@@ -34,8 +34,10 @@
34 * @param mc mysql context 34 * @param mc mysql context
35 * @param sh handle to SELECT statment 35 * @param sh handle to SELECT statment
36 * @param params parameters to the statement 36 * @param params parameters to the statement
37 * @return 37 * @return mysql result
38 */ 38 */
39
40 /***** FIXE THIS FUNCTION *****/
39int 41int
40GNUNET_MY_exec_prepared (struct GNUNET_MYSQL_Context *mc, 42GNUNET_MY_exec_prepared (struct GNUNET_MYSQL_Context *mc,
41 struct GNUNET_MYSQL_StatementHandle *sh, 43 struct GNUNET_MYSQL_StatementHandle *sh,