From 9ee86d4da4abdfd8fa0da80ee4b6b6b4df823fad Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 15 Mar 2020 21:42:35 +0100 Subject: major renaming of internal symbols for better consistency --- src/exchange/taler-exchange-httpd_recoup.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/exchange/taler-exchange-httpd_recoup.c') diff --git a/src/exchange/taler-exchange-httpd_recoup.c b/src/exchange/taler-exchange-httpd_recoup.c index b3fca637..32bc8198 100644 --- a/src/exchange/taler-exchange-httpd_recoup.c +++ b/src/exchange/taler-exchange-httpd_recoup.c @@ -573,9 +573,9 @@ verify_and_execute_recoup (struct MHD_Connection *connection, * @return MHD result code */ int -TEH_RECOUP_handler_recoup (struct MHD_Connection *connection, - const struct TALER_CoinSpendPublicKeyP *coin_pub, - const json_t *root) +TEH_handler_recoup (struct MHD_Connection *connection, + const struct TALER_CoinSpendPublicKeyP *coin_pub, + const json_t *root) { int res; struct TALER_CoinPublicInfo coin; -- cgit v1.2.3