summaryrefslogtreecommitdiff
path: root/src/backenddb/merchantdb_plugin.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/backenddb/merchantdb_plugin.c')
-rw-r--r--src/backenddb/merchantdb_plugin.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/backenddb/merchantdb_plugin.c b/src/backenddb/merchantdb_plugin.c
index 1c1d8913..c08906ad 100644
--- a/src/backenddb/merchantdb_plugin.c
+++ b/src/backenddb/merchantdb_plugin.c
@@ -26,13 +26,6 @@
#include <ltdl.h>
-/**
- * Initialize the plugin.
- *
- * @param[in,out] cfg configuration to use
- * @param reset_db should the DB be reset on load?
- * @return #GNUNET_OK on success
- */
struct TALER_MERCHANTDB_Plugin *
TALER_MERCHANTDB_plugin_load (const struct GNUNET_CONFIGURATION_Handle *cfg,
bool reset_db)
@@ -85,11 +78,6 @@ TALER_MERCHANTDB_plugin_load (const struct GNUNET_CONFIGURATION_Handle *cfg,
}
-/**
- * Shutdown the plugin.
- *
- * @param plugin the plugin to unload
- */
void
TALER_MERCHANTDB_plugin_unload (struct TALER_MERCHANTDB_Plugin *plugin)
{