diff options
author | Christian Grothoff <grothoff@gnunet.org> | 2023-09-01 15:35:41 +0200 |
---|---|---|
committer | Christian Grothoff <grothoff@gnunet.org> | 2023-09-01 15:35:41 +0200 |
commit | b1566ea5af031f4cd46816502177d7edc6a67f29 (patch) | |
tree | 59b997c572da812a253ae0a3597bd55645488823 /src/pq | |
parent | f6ce80056b0cfafd695ce3c948ac1e22d94ddef3 (diff) |
-doxygen
Diffstat (limited to 'src/pq')
-rw-r--r-- | src/pq/pq_query_helper.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pq/pq_query_helper.c b/src/pq/pq_query_helper.c index 48bbfb522..ff09acbde 100644 --- a/src/pq/pq_query_helper.c +++ b/src/pq/pq_query_helper.c @@ -1070,6 +1070,7 @@ DONE: * @param same_size If not 0, all elements in @a elements have this size * @param typ Supported internal type of each element in @a elements * @param oid Oid of the type to be used in Postgres + * @param[in,out] db our database handle for looking up OIDs * @return Query parameter */ static struct GNUNET_PQ_QueryParam |