diff options
Diffstat (limited to 'src/exchange/taler-exchange-httpd_recoup.h')
-rw-r--r-- | src/exchange/taler-exchange-httpd_recoup.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/exchange/taler-exchange-httpd_recoup.h b/src/exchange/taler-exchange-httpd_recoup.h index f86bf60e..85fdc139 100644 --- a/src/exchange/taler-exchange-httpd_recoup.h +++ b/src/exchange/taler-exchange-httpd_recoup.h @@ -38,9 +38,9 @@ * @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); #endif |