aboutsummaryrefslogtreecommitdiff
path: root/src/exchange-lib/exchange_api_common.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-05-05 14:43:13 +0200
committerChristian Grothoff <christian@grothoff.org>2016-05-05 14:43:13 +0200
commit6b1f4904ef011760f2a5c30698ab62652594fa6c (patch)
tree4d1f8d363d98b05b86d0f479d77dc1759811964d /src/exchange-lib/exchange_api_common.h
parent48863ce93578ea656fe5342f0f4da1bd2bab8139 (diff)
export transaction history check function
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 2a521ceb..ef808fba 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);