aboutsummaryrefslogtreecommitdiff
path: root/src/mint/taler-mint-httpd_responses.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-01-27 15:22:34 +0100
committerChristian Grothoff <christian@grothoff.org>2015-01-27 15:22:34 +0100
commit610b7b62c09cb19410dc283f0629e4b24c343b57 (patch)
tree0a4eb15460fbc5904dd77cc08adeb4d66b8cfdd0 /src/mint/taler-mint-httpd_responses.c
parentbda9e3ad94b4ede04ed3886dd8097b35a868eef5 (diff)
downloadexchange-610b7b62c09cb19410dc283f0629e4b24c343b57.tar.xz
towards making code compile again
Diffstat (limited to 'src/mint/taler-mint-httpd_responses.c')
-rw-r--r--src/mint/taler-mint-httpd_responses.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mint/taler-mint-httpd_responses.c b/src/mint/taler-mint-httpd_responses.c
index bad71ac06..12d4bced7 100644
--- a/src/mint/taler-mint-httpd_responses.c
+++ b/src/mint/taler-mint-httpd_responses.c
@@ -394,7 +394,7 @@ TALER_MINT_reply_refresh_commit_success (struct MHD_Connection *connection,
int
TALER_MINT_reply_refresh_reveal_success (struct MHD_Connection *connection,
unsigned int num_newcoins,
- const struct GNUNET_CRYPTO_rsa_Signature **sigs)
+ struct GNUNET_CRYPTO_rsa_Signature **sigs)
{
int newcoin_index;
json_t *root;