diff options
Diffstat (limited to 'src/mint/taler-mint-httpd_responses.h')
-rw-r--r-- | src/mint/taler-mint-httpd_responses.h | 2 |
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, | |||
209 | int | 209 | int |
210 | TALER_MINT_reply_refresh_reveal_success (struct MHD_Connection *connection, | 210 | TALER_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 | ||