commit 44d93f69e79365788789fe30b2510a9b0d601626 parent 24807194fce07c09b3fcfa811e88da6fa158fc27 Author: Christian Grothoff <grothoff@gnunet.org> Date: Sun, 16 Aug 2026 08:33:01 +0200 dox Diffstat:
| M | src/pq/pq_query_helper.c | | | 2 | +- |
| M | src/pq/pq_result_helper.c | | | 2 | +- |
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/pq/pq_query_helper.c b/src/pq/pq_query_helper.c @@ -15,7 +15,7 @@ */ /** * @file pq/pq_query_helper.c - * @brief helper functions for Taler-specific libpq (PostGres) interactions + * @brief functions to initialize parameter arrays * @author Sree Harsha Totakura <sreeharsha@totakura.in> * @author Florian Dold * @author Christian Grothoff diff --git a/src/pq/pq_result_helper.c b/src/pq/pq_result_helper.c @@ -15,7 +15,7 @@ */ /** * @file pq/pq_result_helper.c - * @brief functions to initialize parameter arrays + * @brief functions to extract results from a query result * @author Christian Grothoff * @author Özgür Kesim */