aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_my_lib.h
diff options
context:
space:
mode:
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 74f8353e0..16b609979 100644
--- a/src/include/gnunet_my_lib.h
+++ b/src/include/gnunet_my_lib.h
@@ -367,8 +367,8 @@ GNUNET_MY_query_param_uint64 (const uint64_t *x);
367 * Variable-size result expected 367 * Variable-size result expected
368 * 368 *
369 * @param[out] dst where to store the result, allocated 369 * @param[out] dst where to store the result, allocated
370 * @param[out] sptr where to store the size of @a dst 370 * @param[out] ptr_size where to store the size of @a dst
371 * @return array entru for the result specification to use 371 * @return array entry for the result specification to use
372 */ 372 */
373struct GNUNET_MY_ResultSpec 373struct GNUNET_MY_ResultSpec
374GNUNET_MY_result_spec_variable_size (void **dst, 374GNUNET_MY_result_spec_variable_size (void **dst,