diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-10-22 10:33:05 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-10-22 10:33:05 +0200 |
commit | 9c991f0a1158f80f8e5e0619b7604dbdb277dc7e (patch) | |
tree | f1b059a275c7de04744c1ffeccfe1b73ae9a5c17 | |
parent | fd5531490379d893362f30cf112676d2ba3ee4b3 (diff) |
fix doxygen
-rw-r--r-- | src/auditordb/plugin_auditordb_postgres.c | 1 | ||||
-rw-r--r-- | src/exchangedb/plugin_exchangedb_postgres.c | 1 |
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, |