aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_my_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_my_lib.h')
-rw-r--r--src/include/gnunet_my_lib.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/include/gnunet_my_lib.h b/src/include/gnunet_my_lib.h
index 8d60bf78c..2a7df1ed6 100644
--- a/src/include/gnunet_my_lib.h
+++ b/src/include/gnunet_my_lib.h
@@ -305,8 +305,9 @@ GNUNET_MY_query_param_uint64 (const uint64_t *x);
305 */ 305 */
306int 306int
307GNUNET_MY_extract_result (MYSQL_BIND * result, 307GNUNET_MY_extract_result (MYSQL_BIND * result,
308 int row, 308 struct GNUNET_MY_QueryParam *qp,
309 struct GNUNET_MY_ResultSpec *specs); 309 struct GNUNET_MY_ResultSpec *specs,
310 int row);
310 311
311#if 0 /* keep Emacsens' auto-indent happy */ 312#if 0 /* keep Emacsens' auto-indent happy */
312{ 313{