summaryrefslogtreecommitdiff
path: root/src/mint/mint_db.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mint/mint_db.h')
-rw-r--r--src/mint/mint_db.h4
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,
int
TALER_MINT_DB_get_deposit (PGconn *db_conn,
- const struct GNUNET_CRYPTO_EddsaPublicKey *coin_pub,
- struct Deposit **r_deposit);
+ const struct GNUNET_CRYPTO_EcdsaPublicKey *coin_pub,
+ struct Deposit *r_deposit);
int