aboutsummaryrefslogtreecommitdiff
path: root/src/my/my.c
diff options
context:
space:
mode:
authorChristophe Genevey Metat <genevey.christophe@gmail.com>2016-05-24 16:16:01 +0000
committerChristophe Genevey Metat <genevey.christophe@gmail.com>2016-05-24 16:16:01 +0000
commit52aa7299f2c3a9f9e80b366ca9068a6edf3b9bab (patch)
treee086c7db41ce02182a17e07e1c3d0899c398620c /src/my/my.c
parenta0f69c5d40c22904549bb3246c523681d00d72cd (diff)
downloadgnunet-52aa7299f2c3a9f9e80b366ca9068a6edf3b9bab.tar.gz
gnunet-52aa7299f2c3a9f9e80b366ca9068a6edf3b9bab.zip
fix result and query helper
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,