aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_my_lib.h
diff options
context:
space:
mode:
authorChristophe Genevey Metat <genevey.christophe@gmail.com>2016-05-26 15:52:29 +0000
committerChristophe Genevey Metat <genevey.christophe@gmail.com>2016-05-26 15:52:29 +0000
commite472c0051c01cf05ba8e2fb756feccb35a198fe2 (patch)
tree9880211e52dbbd63ee29515fb94f3eed11d2f026 /src/include/gnunet_my_lib.h
parentfd4db43fe74e67f83b7013c7b98f97bb14d9b028 (diff)
downloadgnunet-e472c0051c01cf05ba8e2fb756feccb35a198fe2.tar.gz
gnunet-e472c0051c01cf05ba8e2fb756feccb35a198fe2.zip
function result helper rewritten
Diffstat (limited to 'src/include/gnunet_my_lib.h')
-rw-r--r--src/include/gnunet_my_lib.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/include/gnunet_my_lib.h b/src/include/gnunet_my_lib.h
index c83fc99ae..dbd9f87f5 100644
--- a/src/include/gnunet_my_lib.h
+++ b/src/include/gnunet_my_lib.h
@@ -140,7 +140,6 @@ GNUNET_MY_exec_prepared (struct GNUNET_MYSQL_Context *mc,
140 */ 140 */
141struct GNUNET_MY_ResultParam; 141struct GNUNET_MY_ResultParam;
142 142
143
144/** 143/**
145 * Function called to convert input argument into SQL parameters. 144 * Function called to convert input argument into SQL parameters.
146 * 145 *
@@ -150,10 +149,9 @@ struct GNUNET_MY_ResultParam;
150 */ 149 */
151typedef int 150typedef int
152(*GNUNET_MY_ResultConverter)(void *cls, 151(*GNUNET_MY_ResultConverter)(void *cls,
153 struct GNUNET_MY_QueryParam *qp, 152 struct GNUNET_MY_ResultSpec *rs,
154 MYSQL_BIND *results); 153 MYSQL_BIND *results);
155 154
156
157/** 155/**
158 * Information we pass to #GNUNET_MY_extract_result() to 156 * Information we pass to #GNUNET_MY_extract_result() to
159 * initialize the arguments of the prepared statement. 157 * initialize the arguments of the prepared statement.