aboutsummaryrefslogtreecommitdiff
path: root/src/pq
diff options
context:
space:
mode:
authorChristian Grothoff <grothoff@gnunet.org>2023-08-27 13:48:15 +0200
committerChristian Grothoff <grothoff@gnunet.org>2023-08-27 13:58:10 +0200
commit95f401fb33745458df68f9cfd404db7dfe2dc568 (patch)
treefa7235b6ac1f7d67d7589d6d1d449028d64eceab /src/pq
parent3ddc9293430f5dcba62af74c11a27be5c29a6e34 (diff)
downloadgnunet-95f401fb33745458df68f9cfd404db7dfe2dc568.tar.gz
gnunet-95f401fb33745458df68f9cfd404db7dfe2dc568.zip
-match prototype
Diffstat (limited to 'src/pq')
-rw-r--r--src/pq/pq_query_helper.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pq/pq_query_helper.c b/src/pq/pq_query_helper.c
index 66858dd88..0350ad336 100644
--- a/src/pq/pq_query_helper.c
+++ b/src/pq/pq_query_helper.c
@@ -1129,7 +1129,7 @@ GNUNET_PQ_query_param_array_bytes_same_size (
1129struct GNUNET_PQ_QueryParam 1129struct GNUNET_PQ_QueryParam
1130GNUNET_PQ_query_param_array_ptrs_bytes_same_size ( 1130GNUNET_PQ_query_param_array_ptrs_bytes_same_size (
1131 unsigned int num, 1131 unsigned int num,
1132 const void *elements[], 1132 const void *elements[static num],
1133 size_t same_size, 1133 size_t same_size,
1134 struct GNUNET_PQ_Context *db) 1134 struct GNUNET_PQ_Context *db)
1135{ 1135{