merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit 3ac2a749793b9d2e1791213651d3a0a5dcb751c8
parent 2793afed371825321334b8f8494fa3fc26d9ec10
Author: MS <ms@taler.net>
Date:   Thu, 15 Oct 2020 12:10:37 +0200

Doxygen fixes

Diffstat:
Msrc/backenddb/merchantdb_plugin.c | 12------------
1 file changed, 0 insertions(+), 12 deletions(-)

diff --git 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) {