summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMS <ms@taler.net>2020-10-15 12:10:37 +0200
committerMS <ms@taler.net>2020-10-15 13:05:25 +0200
commit3ac2a749793b9d2e1791213651d3a0a5dcb751c8 (patch)
tree8c6f3669f8bf2cf6350d6ef75145c7b47d25f5b8 /src
parent2793afed371825321334b8f8494fa3fc26d9ec10 (diff)
downloadmerchant-3ac2a749793b9d2e1791213651d3a0a5dcb751c8.tar.gz
merchant-3ac2a749793b9d2e1791213651d3a0a5dcb751c8.tar.bz2
merchant-3ac2a749793b9d2e1791213651d3a0a5dcb751c8.zip
Doxygen fixes
Diffstat (limited to 'src')
-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)
{