aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_sq_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_sq_lib.h')
-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