aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_my_lib.h
diff options
context:
space:
mode:
authorChristophe Genevey Metat <genevey.christophe@gmail.com>2016-05-23 15:40:28 +0000
committerChristophe Genevey Metat <genevey.christophe@gmail.com>2016-05-23 15:40:28 +0000
commita0f69c5d40c22904549bb3246c523681d00d72cd (patch)
tree1b6985bb7872a5cb6967c2592516153a4f2863e0 /src/include/gnunet_my_lib.h
parenta14fb7b9d9f70f5b9c2f7d5e39f780a132f87dfa (diff)
downloadgnunet-a0f69c5d40c22904549bb3246c523681d00d72cd.tar.gz
gnunet-a0f69c5d40c22904549bb3246c523681d00d72cd.zip
libgnunetmy begin result helper
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{