aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_my_lib.h
diff options
context:
space:
mode:
authorChristophe Genevey Metat <genevey.christophe@gmail.com>2016-05-27 13:51:30 +0000
committerChristophe Genevey Metat <genevey.christophe@gmail.com>2016-05-27 13:51:30 +0000
commite0c01618605c1ef2901b2002aed6801858603305 (patch)
tree48bfc163f5df1175c8d3f68af109b767b306ffc4 /src/include/gnunet_my_lib.h
parent3a07b1224ad0bb546bb864724d404eff503614cf (diff)
downloadgnunet-e0c01618605c1ef2901b2002aed6801858603305.tar.gz
gnunet-e0c01618605c1ef2901b2002aed6801858603305.zip
begin to rewritten test case
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 dbd9f87f5..43c66e751 100644
--- a/src/include/gnunet_my_lib.h
+++ b/src/include/gnunet_my_lib.h
@@ -141,6 +141,12 @@ GNUNET_MY_exec_prepared (struct GNUNET_MYSQL_Context *mc,
141struct GNUNET_MY_ResultParam; 141struct GNUNET_MY_ResultParam;
142 142
143/** 143/**
144 * Information we pass to #GNUNET_MY_extract_result() to
145 * initialize the arguments of the prepared statement.
146 */
147struct GNUNET_MY_ResultSpec;
148
149/**
144 * Function called to convert input argument into SQL parameters. 150 * Function called to convert input argument into SQL parameters.
145 * 151 *
146 * @param cls closure 152 * @param cls closure