aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_my_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-05-26 10:09:03 +0000
committerChristian Grothoff <christian@grothoff.org>2016-05-26 10:09:03 +0000
commitfd4db43fe74e67f83b7013c7b98f97bb14d9b028 (patch)
tree07edd9a9d303629c2acd6e9d09860d6716273f54 /src/include/gnunet_my_lib.h
parent732081dcd1eec1f10f7b9a0c8be2f10f73d84f68 (diff)
downloadgnunet-fd4db43fe74e67f83b7013c7b98f97bb14d9b028.tar.gz
gnunet-fd4db43fe74e67f83b7013c7b98f97bb14d9b028.zip
sketch envisioned API
Diffstat (limited to 'src/include/gnunet_my_lib.h')
-rw-r--r--src/include/gnunet_my_lib.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/gnunet_my_lib.h b/src/include/gnunet_my_lib.h
index 6931ddcbd..c83fc99ae 100644
--- a/src/include/gnunet_my_lib.h
+++ b/src/include/gnunet_my_lib.h
@@ -304,7 +304,7 @@ GNUNET_MY_query_param_uint64 (const uint64_t *x);
304 * FIXME. 304 * FIXME.
305 * 305 *
306 */ 306 */
307 307
308 /** 308 /**
309 * Variable-size result expected 309 * Variable-size result expected
310 * 310 *
@@ -390,7 +390,7 @@ struct GNUNET_MY_ResultSpec
390GNUNET_MY_result_spec_uint64 (uint64_t *u64); 390GNUNET_MY_result_spec_uint64 (uint64_t *u64);
391 391
392int 392int
393GNUNET_MY_extract_result (MYSQL_BIND * result, 393GNUNET_MY_extract_result (struct GNUNET_MYSQL_StatementHandle *sh,
394 struct GNUNET_MY_QueryParam *qp, 394 struct GNUNET_MY_QueryParam *qp,
395 struct GNUNET_MY_ResultSpec *specs, 395 struct GNUNET_MY_ResultSpec *specs,
396 int row); 396 int row);