aboutsummaryrefslogtreecommitdiff
path: root/src/mint/taler-mint-httpd_responses.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mint/taler-mint-httpd_responses.h')
-rw-r--r--src/mint/taler-mint-httpd_responses.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mint/taler-mint-httpd_responses.h b/src/mint/taler-mint-httpd_responses.h
index dd2184145..1f698905a 100644
--- a/src/mint/taler-mint-httpd_responses.h
+++ b/src/mint/taler-mint-httpd_responses.h
@@ -209,7 +209,7 @@ TALER_MINT_reply_refresh_melt_success (struct MHD_Connection *connection,
209int 209int
210TALER_MINT_reply_refresh_reveal_success (struct MHD_Connection *connection, 210TALER_MINT_reply_refresh_reveal_success (struct MHD_Connection *connection,
211 unsigned int num_newcoins, 211 unsigned int num_newcoins,
212 const struct GNUNET_CRYPTO_rsa_Signature **sigs); 212 struct GNUNET_CRYPTO_rsa_Signature **sigs);
213 213
214 214
215 215