aboutsummaryrefslogtreecommitdiff
path: root/src/pq/pq_exec.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-09-23 22:52:44 +0200
committerChristian Grothoff <christian@grothoff.org>2021-09-23 22:52:44 +0200
commit1aa0d5f3421d8598f12005ea1138c9eb24ddfd2c (patch)
treea3f1ac44d4588b1c37daa804f3c4c4b9b839456b /src/pq/pq_exec.c
parent8f18cbcaf6025d40fa1d400f5a4e702ad957809a (diff)
downloadgnunet-1aa0d5f3421d8598f12005ea1138c9eb24ddfd2c.tar.gz
gnunet-1aa0d5f3421d8598f12005ea1138c9eb24ddfd2c.zip
PQ: implementing #7014: support testing database version is current
Diffstat (limited to 'src/pq/pq_exec.c')
-rw-r--r--src/pq/pq_exec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pq/pq_exec.c b/src/pq/pq_exec.c
index fd4feae53..464fff4b4 100644
--- a/src/pq/pq_exec.c
+++ b/src/pq/pq_exec.c
@@ -72,7 +72,7 @@ GNUNET_PQ_make_try_execute (const char *sql)
72 * @return #GNUNET_OK on success (modulo statements where errors can be ignored) 72 * @return #GNUNET_OK on success (modulo statements where errors can be ignored)
73 * #GNUNET_SYSERR on error 73 * #GNUNET_SYSERR on error
74 */ 74 */
75int 75enum GNUNET_GenericReturnValue
76GNUNET_PQ_exec_statements (struct GNUNET_PQ_Context *db, 76GNUNET_PQ_exec_statements (struct GNUNET_PQ_Context *db,
77 const struct GNUNET_PQ_ExecuteStatement *es) 77 const struct GNUNET_PQ_ExecuteStatement *es)
78{ 78{