summaryrefslogtreecommitdiff
path: root/src/exchange-lib/exchange_api_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/exchange-lib/exchange_api_common.h')
-rw-r--r--src/exchange-lib/exchange_api_common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/exchange-lib/exchange_api_common.h b/src/exchange-lib/exchange_api_common.h
index 2a521ceb2..ef808fba6 100644
--- a/src/exchange-lib/exchange_api_common.h
+++ b/src/exchange-lib/exchange_api_common.h
@@ -33,7 +33,7 @@
* @return #GNUNET_OK if @a history is valid, #GNUNET_SYSERR if not
*/
int
-TALER_EXCHANGE_verify_coin_history_ (const char *currency,
+TALER_EXCHANGE_verify_coin_history (const char *currency,
const struct TALER_CoinSpendPublicKeyP *coin_pub,
json_t *history,
struct TALER_Amount *total);