aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_pq_lib.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/gnunet_pq_lib.h')
-rw-r--r--src/include/gnunet_pq_lib.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/src/include/gnunet_pq_lib.h b/src/include/gnunet_pq_lib.h
index e8180f286..756370b74 100644
--- a/src/include/gnunet_pq_lib.h
+++ b/src/include/gnunet_pq_lib.h
@@ -317,20 +317,6 @@ GNUNET_PQ_result_spec_fixed_size (const char *name,
317 317
318 318
319/** 319/**
320 * Variable-size result expected.
321 *
322 * @param name name of the field in the table
323 * @param[out] dst where to store the result, allocated
324 * @param[out] sptr where to store the size of @a dst
325 * @return array entry for the result specification to use
326 */
327struct GNUNET_PQ_ResultSpec
328GNUNET_PQ_result_spec_variable_size (const char *name,
329 void **dst,
330 size_t *sptr);
331
332
333/**
334 * 0-terminated string expected. 320 * 0-terminated string expected.
335 * 321 *
336 * @param name name of the field in the table 322 * @param name name of the field in the table