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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/gnunet_pq_lib.h b/src/include/gnunet_pq_lib.h
index 15af66b5d..db9befa1a 100644
--- a/src/include/gnunet_pq_lib.h
+++ b/src/include/gnunet_pq_lib.h
@@ -339,6 +339,7 @@ GNUNET_PQ_query_param_array_ptrs_bytes_same_size (
339 size_t same_size, 339 size_t same_size,
340 struct GNUNET_PQ_Context *db); 340 struct GNUNET_PQ_Context *db);
341 341
342
342/** 343/**
343 * Generate array of equal-sized query parameter with size determined by 344 * Generate array of equal-sized query parameter with size determined by
344 * variable type from a pointer to an array of pointers to objects of the same 345 * variable type from a pointer to an array of pointers to objects of the same