From 5cd2bc5de3abf5863ac1718043485a2a74a3d364 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Tue, 28 Dec 2021 15:36:26 +0100 Subject: -cleanup --- src/exchangedb/exchangedb_plugin.c | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'src/exchangedb/exchangedb_plugin.c') diff --git a/src/exchangedb/exchangedb_plugin.c b/src/exchangedb/exchangedb_plugin.c index 21bb032f..5dc41d98 100644 --- a/src/exchangedb/exchangedb_plugin.c +++ b/src/exchangedb/exchangedb_plugin.c @@ -24,12 +24,6 @@ #include -/** - * Initialize the plugin. - * - * @param cfg configuration to use - * @return #GNUNET_OK on success - */ struct TALER_EXCHANGEDB_Plugin * TALER_EXCHANGEDB_plugin_load (const struct GNUNET_CONFIGURATION_Handle *cfg) { @@ -62,11 +56,6 @@ TALER_EXCHANGEDB_plugin_load (const struct GNUNET_CONFIGURATION_Handle *cfg) } -/** - * Shutdown the plugin. - * - * @param plugin the plugin to unload - */ void TALER_EXCHANGEDB_plugin_unload (struct TALER_EXCHANGEDB_Plugin *plugin) { -- cgit v1.2.3