From 9c991f0a1158f80f8e5e0619b7604dbdb277dc7e Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 22 Oct 2020 10:33:05 +0200 Subject: fix doxygen --- src/auditordb/plugin_auditordb_postgres.c | 1 - src/exchangedb/plugin_exchangedb_postgres.c | 1 - 2 files changed, 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, -- cgit v1.2.3