diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-12-28 15:36:26 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-12-28 15:36:26 +0100 |
commit | 5cd2bc5de3abf5863ac1718043485a2a74a3d364 (patch) | |
tree | 0861ad2340f2f970e01acd92a86a1153ce87225c /src/exchangedb/exchangedb_plugin.c | |
parent | ef4238874f6628a9ee4464ad3b70a7fde96d518b (diff) |
-cleanup
Diffstat (limited to 'src/exchangedb/exchangedb_plugin.c')
-rw-r--r-- | src/exchangedb/exchangedb_plugin.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/exchangedb/exchangedb_plugin.c b/src/exchangedb/exchangedb_plugin.c index 21bb032f3..5dc41d988 100644 --- a/src/exchangedb/exchangedb_plugin.c +++ b/src/exchangedb/exchangedb_plugin.c @@ -24,12 +24,6 @@ #include <ltdl.h> -/** - * 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) { |