summaryrefslogtreecommitdiff
path: root/src/mint/mint_db.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-01-27 23:06:23 +0100
committerChristian Grothoff <christian@grothoff.org>2015-01-27 23:06:23 +0100
commitea3fac606311d1c14362d387960a4913182b629e (patch)
treec6e85271898e14ebed421b83439ee116f00ef39e /src/mint/mint_db.h
parent5647ed2be5cc69d25e393fc3a511bb0959566367 (diff)
downloadexchange-ea3fac606311d1c14362d387960a4913182b629e.tar.gz
exchange-ea3fac606311d1c14362d387960a4913182b629e.tar.bz2
exchange-ea3fac606311d1c14362d387960a4913182b629e.zip
starting to clean up /deposit logic
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