aboutsummaryrefslogtreecommitdiff
path: root/src/exchange-lib/exchange_api_common.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-04-11 20:16:58 +0200
committerChristian Grothoff <christian@grothoff.org>2016-04-11 20:16:58 +0200
commitcb987575c17bd7c570d83b516dae86b4eabfe0d2 (patch)
treee50b20b00c31a47ffdfab833c5fd5ce59aade619 /src/exchange-lib/exchange_api_common.h
parentce9dd3365dd70fb360f192dfead552aae539ca3e (diff)
downloadexchange-cb987575c17bd7c570d83b516dae86b4eabfe0d2.tar.xz
check exchange signature on /wire/deposit response (#4135)
Diffstat (limited to 'src/exchange-lib/exchange_api_common.h')
-rw-r--r--src/exchange-lib/exchange_api_common.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/exchange-lib/exchange_api_common.h b/src/exchange-lib/exchange_api_common.h
index 49f486b00..2a521ceb2 100644
--- a/src/exchange-lib/exchange_api_common.h
+++ b/src/exchange-lib/exchange_api_common.h
@@ -34,8 +34,8 @@
*/
int
TALER_EXCHANGE_verify_coin_history_ (const char *currency,
- const struct TALER_CoinSpendPublicKeyP *coin_pub,
- json_t *history,
- struct TALER_Amount *total);
+ const struct TALER_CoinSpendPublicKeyP *coin_pub,
+ json_t *history,
+ struct TALER_Amount *total);
/* end of exchange_api_common.h */