aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_my_lib.h
diff options
context:
space:
mode:
authorChristophe Genevey Metat <genevey.christophe@gmail.com>2016-05-19 16:30:11 +0000
committerChristophe Genevey Metat <genevey.christophe@gmail.com>2016-05-19 16:30:11 +0000
commit81224501b6a9483907571508460e41617643050f (patch)
treed414d8ef3d65b5d1495cb901ba66014aa8f8c1cc /src/include/gnunet_my_lib.h
parentf1f8aa05f4c44042a4d59300b44955481bb3c2b0 (diff)
downloadgnunet-81224501b6a9483907571508460e41617643050f.tar.gz
gnunet-81224501b6a9483907571508460e41617643050f.zip
GNUNET extract result libgnunetmy
Diffstat (limited to 'src/include/gnunet_my_lib.h')
-rw-r--r--src/include/gnunet_my_lib.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/include/gnunet_my_lib.h b/src/include/gnunet_my_lib.h
index b63ee9218..9a26022c8 100644
--- a/src/include/gnunet_my_lib.h
+++ b/src/include/gnunet_my_lib.h
@@ -95,7 +95,7 @@ struct GNUNET_MY_QueryParam
95 /** 95 /**
96 * Information to pass to @e conv. Size of @a data. 96 * Information to pass to @e conv. Size of @a data.
97 */ 97 */
98 unsigned long data_len; 98 unsigned long data_len ;
99 99
100}; 100};
101 101
@@ -222,13 +222,12 @@ GNUNET_MY_result_spec_fixed_size (void *ptr,
222 */ 222 */
223#define GNUNET_MY_result_spec_auto_from_type(dst) GNUNET_MY_result_spec_fixed_size ((dst), sizeof (*(dst))) 223#define GNUNET_MY_result_spec_auto_from_type(dst) GNUNET_MY_result_spec_fixed_size ((dst), sizeof (*(dst)))
224 224
225
226/** 225/**
227 * FIXME. 226 * FIXME.
227 *
228 */ 228 */
229int 229int
230GNUNET_MY_extract_result (struct GNUNET_MYSQL_Context *mc, 230GNUNET_MY_extract_result (MYSQL_BIND * result,
231 struct GNUNET_MYSQL_StatementHandle *stmt,
232 int row, 231 int row,
233 struct GNUNET_MY_ResultSpec *specs); 232 struct GNUNET_MY_ResultSpec *specs);
234 233