summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2020-10-22 10:33:05 +0200
committerChristian Grothoff <christian@grothoff.org>2020-10-22 10:33:05 +0200
commit9c991f0a1158f80f8e5e0619b7604dbdb277dc7e (patch)
treef1b059a275c7de04744c1ffeccfe1b73ae9a5c17 /src
parentfd5531490379d893362f30cf112676d2ba3ee4b3 (diff)
downloadexchange-9c991f0a1158f80f8e5e0619b7604dbdb277dc7e.tar.gz
exchange-9c991f0a1158f80f8e5e0619b7604dbdb277dc7e.tar.bz2
exchange-9c991f0a1158f80f8e5e0619b7604dbdb277dc7e.zip
fix doxygen
Diffstat (limited to 'src')
-rw-r--r--src/auditordb/plugin_auditordb_postgres.c1
-rw-r--r--src/exchangedb/plugin_exchangedb_postgres.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/auditordb/plugin_auditordb_postgres.c b/src/auditordb/plugin_auditordb_postgres.c
index e10df29d4..a475c46e1 100644
--- a/src/auditordb/plugin_auditordb_postgres.c
+++ b/src/auditordb/plugin_auditordb_postgres.c
@@ -826,7 +826,6 @@ postgres_start (void *cls,
*
* @param cls the `struct PostgresClosure` with the plugin-specific state
* @param session the database connection
- * @return #GNUNET_OK on success
*/
static void
postgres_rollback (void *cls,
diff --git a/src/exchangedb/plugin_exchangedb_postgres.c b/src/exchangedb/plugin_exchangedb_postgres.c
index c0ae1fdf5..47b741390 100644
--- a/src/exchangedb/plugin_exchangedb_postgres.c
+++ b/src/exchangedb/plugin_exchangedb_postgres.c
@@ -1488,7 +1488,6 @@ postgres_start (void *cls,
*
* @param cls the `struct PostgresClosure` with the plugin-specific state
* @param session the database connection
- * @return #GNUNET_OK on success
*/
static void
postgres_rollback (void *cls,