diff options
Diffstat (limited to 'src/mint/mint_db.h')
-rw-r--r-- | src/mint/mint_db.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mint/mint_db.h b/src/mint/mint_db.h index e0c2e2e0a..3a62f1835 100644 --- a/src/mint/mint_db.h +++ b/src/mint/mint_db.h | |||
@@ -258,8 +258,8 @@ TALER_MINT_DB_insert_deposit (PGconn *db_conn, | |||
258 | 258 | ||
259 | int | 259 | int |
260 | TALER_MINT_DB_get_deposit (PGconn *db_conn, | 260 | TALER_MINT_DB_get_deposit (PGconn *db_conn, |
261 | const struct GNUNET_CRYPTO_EddsaPublicKey *coin_pub, | 261 | const struct GNUNET_CRYPTO_EcdsaPublicKey *coin_pub, |
262 | struct Deposit **r_deposit); | 262 | struct Deposit *r_deposit); |
263 | 263 | ||
264 | 264 | ||
265 | int | 265 | int |