commit 72e4564146de8c5d078536102887b939ca31bffa parent aac8e01e9fcc3235bce766b663f7ffdc897d853a Author: Christian Grothoff <grothoff@gnunet.org> Date: Wed, 23 Oct 2024 00:14:23 +0200 -cleanup Diffstat:
| M | src/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