aboutsummaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-02-28 04:07:26 +0100
committerChristian Grothoff <christian@grothoff.org>2017-02-28 04:07:26 +0100
commit67935d7aa1090eed2eb00212741dcc4d13c0bb40 (patch)
tree6f261b7cda16c8a04ccec9d8763a3c0dbfaf5a95 /src/include
parent830137e312e8e565c9113a20411aa3073fbd1cbd (diff)
downloadgnunet-67935d7aa1090eed2eb00212741dcc4d13c0bb40.tar.gz
gnunet-67935d7aa1090eed2eb00212741dcc4d13c0bb40.zip
completing sq_result_helper
Diffstat (limited to 'src/include')
-rw-r--r--src/include/gnunet_sq_lib.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/gnunet_sq_lib.h b/src/include/gnunet_sq_lib.h
index 4484c2851..c03f83e07 100644
--- a/src/include/gnunet_sq_lib.h
+++ b/src/include/gnunet_sq_lib.h
@@ -252,7 +252,9 @@ struct GNUNET_SQ_ResultSpec
252 size_t dst_size; 252 size_t dst_size;
253 253
254 /** 254 /**
255 * Where to store actual size of the result. 255 * Where to store actual size of the result. If left at
256 * NULL, will be made to point to @e dst_size before
257 * @a conv is called.
256 */ 258 */
257 size_t *result_size; 259 size_t *result_size;
258 260