From bc14c215b3a29da0d8fbb9c3f7b577a3155c2943 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 12 Feb 2022 11:12:33 +0100 Subject: -doxygen fixes --- src/auditordb/auditordb_plugin.c | 11 ----------- src/auditordb/plugin_auditordb_postgres.c | 2 +- 2 files changed, 1 insertion(+), 12 deletions(-) (limited to 'src/auditordb') diff --git a/src/auditordb/auditordb_plugin.c b/src/auditordb/auditordb_plugin.c index d04e8815a..635247aa3 100644 --- a/src/auditordb/auditordb_plugin.c +++ b/src/auditordb/auditordb_plugin.c @@ -24,12 +24,6 @@ #include -/** - * Initialize the plugin. - * - * @param cfg configuration to use - * @return #GNUNET_OK on success - */ struct TALER_AUDITORDB_Plugin * TALER_AUDITORDB_plugin_load (const struct GNUNET_CONFIGURATION_Handle *cfg) { @@ -62,11 +56,6 @@ TALER_AUDITORDB_plugin_load (const struct GNUNET_CONFIGURATION_Handle *cfg) } -/** - * Shutdown the plugin. - * - * @param plugin the plugin to unload - */ void TALER_AUDITORDB_plugin_unload (struct TALER_AUDITORDB_Plugin *plugin) { diff --git a/src/auditordb/plugin_auditordb_postgres.c b/src/auditordb/plugin_auditordb_postgres.c index e0355d93b..ef5f0073d 100644 --- a/src/auditordb/plugin_auditordb_postgres.c +++ b/src/auditordb/plugin_auditordb_postgres.c @@ -144,7 +144,7 @@ postgres_create_tables (void *cls) * @param[in,out] pg the plugin-specific state * @return #GNUNET_OK on success */ -static int +static enum GNUNET_GenericReturnValue setup_connection (struct PostgresClosure *pg) { struct GNUNET_PQ_PreparedStatement ps[] = { -- cgit v1.2.3