diff options
Diffstat (limited to 'src/mint/taler-mint-httpd_keys.h')
-rw-r--r-- | src/mint/taler-mint-httpd_keys.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mint/taler-mint-httpd_keys.h b/src/mint/taler-mint-httpd_keys.h index 4672c1359..4182c25ea 100644 --- a/src/mint/taler-mint-httpd_keys.h +++ b/src/mint/taler-mint-httpd_keys.h | |||
@@ -123,7 +123,7 @@ TALER_MINT_get_denom_key (const struct MintKeyState *key_state, | |||
123 | */ | 123 | */ |
124 | int | 124 | int |
125 | TALER_MINT_test_coin_valid (const struct MintKeyState *key_state, | 125 | TALER_MINT_test_coin_valid (const struct MintKeyState *key_state, |
126 | struct TALER_CoinPublicInfo *coin_public_info); | 126 | const struct TALER_CoinPublicInfo *coin_public_info); |
127 | 127 | ||
128 | 128 | ||
129 | /** | 129 | /** |