aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_pq_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-02-27 02:08:21 +0100
committerChristian Grothoff <christian@grothoff.org>2017-02-27 02:08:21 +0100
commit8b3286e953a80cf069271957ec817485ebe5b14e (patch)
treef8d013d64ad9bb0531e087234894f040f0819f70 /src/include/gnunet_pq_lib.h
parent34cbc615577b80ad57c706c0001123f3d5cb752d (diff)
downloadgnunet-8b3286e953a80cf069271957ec817485ebe5b14e.tar.gz
gnunet-8b3286e953a80cf069271957ec817485ebe5b14e.zip
implement sq_query_helper.c
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