aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_my_lib.h
diff options
context:
space:
mode:
authorChristophe Genevey Metat <genevey.christophe@gmail.com>2016-05-19 13:15:51 +0000
committerChristophe Genevey Metat <genevey.christophe@gmail.com>2016-05-19 13:15:51 +0000
commit3599bb1053027ee2d72f92268963018b44562120 (patch)
tree53107f3bfe7b80694fd182793d93503f72e9e3c3 /src/include/gnunet_my_lib.h
parentbf50f7fcd4627a8afcae5699a202a942f76b73e4 (diff)
downloadgnunet-3599bb1053027ee2d72f92268963018b44562120.tar.gz
gnunet-3599bb1053027ee2d72f92268963018b44562120.zip
result for libgnunetmy
Diffstat (limited to 'src/include/gnunet_my_lib.h')
-rw-r--r--src/include/gnunet_my_lib.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/include/gnunet_my_lib.h b/src/include/gnunet_my_lib.h
index 3ac544ece..50826a700 100644
--- a/src/include/gnunet_my_lib.h
+++ b/src/include/gnunet_my_lib.h
@@ -64,7 +64,11 @@ typedef int
64 const struct GNUNET_MY_QueryParam *qp, 64 const struct GNUNET_MY_QueryParam *qp,
65 MYSQL_BIND *qbind); 65 MYSQL_BIND *qbind);
66 66
67/****** CREATE A NEW STRUCTURE ? *****/
68struct GNUNET_MY_Result
69{
67 70
71};
68 72
69/** 73/**
70 * Information we pass to #GNUNET_MY_exec_prepared() to 74 * Information we pass to #GNUNET_MY_exec_prepared() to
@@ -136,6 +140,8 @@ GNUNET_MY_exec_prepared (struct GNUNET_MYSQL_Context *mc,
136 const struct GNUNET_MY_QueryParam *params); 140 const struct GNUNET_MY_QueryParam *params);
137 141
138 142
143static int extract_result(MYSQL * result, int row) ;
144
139#if 0 /* keep Emacsens' auto-indent happy */ 145#if 0 /* keep Emacsens' auto-indent happy */
140{ 146{
141#endif 147#endif