exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit 72e4564146de8c5d078536102887b939ca31bffa
parent aac8e01e9fcc3235bce766b663f7ffdc897d853a
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Wed, 23 Oct 2024 00:14:23 +0200

-cleanup

Diffstat:
Msrc/exchange/taler-exchange-httpd_aml-decision.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/exchange/taler-exchange-httpd_aml-decision.h b/src/exchange/taler-exchange-httpd_aml-decision.h @@ -62,6 +62,6 @@ TEH_handler_aml_decisions_get ( * Clean up running POST /aml/$OFFICER_PUB/decisions requests. */ void -TEH_aml_decision_cleanup (); +TEH_aml_decision_cleanup (void); #endif