diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-01-27 23:06:23 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-01-27 23:06:23 +0100 |
commit | ea3fac606311d1c14362d387960a4913182b629e (patch) | |
tree | c6e85271898e14ebed421b83439ee116f00ef39e /src/mint/taler-mint-httpd_keys.h | |
parent | 5647ed2be5cc69d25e393fc3a511bb0959566367 (diff) |
starting to clean up /deposit logic
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 4672c135..4182c25e 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, */ int TALER_MINT_test_coin_valid (const struct MintKeyState *key_state, - struct TALER_CoinPublicInfo *coin_public_info); + const struct TALER_CoinPublicInfo *coin_public_info); /** |