summaryrefslogtreecommitdiff
path: root/src/mint/mint_db.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2015-03-18 18:55:46 +0100
committerChristian Grothoff <christian@grothoff.org>2015-03-18 18:55:46 +0100
commit1f3f4ed8dd292f1aad0b2ca59dc9c669cafb19e4 (patch)
tree750a704ecb35d02da78999f7a8afb3a7c34b3cd0 /src/mint/mint_db.h
parent23bf1eee74bed73cf98264c247ab44df8dadfcd9 (diff)
parente6b13123d78c7da4fdcb2cf0e7eb5fafe1f62975 (diff)
downloadexchange-1f3f4ed8dd292f1aad0b2ca59dc9c669cafb19e4.tar.gz
exchange-1f3f4ed8dd292f1aad0b2ca59dc9c669cafb19e4.tar.bz2
exchange-1f3f4ed8dd292f1aad0b2ca59dc9c669cafb19e4.zip
Merge branch 'master' of git+ssh://taler.net/var/git/mint
Diffstat (limited to 'src/mint/mint_db.h')
-rw-r--r--src/mint/mint_db.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mint/mint_db.h b/src/mint/mint_db.h
index 9312f548a..d11ee8fe9 100644
--- a/src/mint/mint_db.h
+++ b/src/mint/mint_db.h
@@ -252,6 +252,8 @@ TALER_MINT_DB_get_collectable_blindcoin (PGconn *db_conn,
*
* @param db_conn database connection to use
* @param h_blind hash of the blinded message
+ * @param withdraw amount by which the reserve will be withdrawn with this
+ * transaction
* @param collectable corresponding collectable coin (blind signature)
* if a coin is found
* @return #GNUNET_SYSERR on internal error
@@ -261,6 +263,7 @@ TALER_MINT_DB_get_collectable_blindcoin (PGconn *db_conn,
int
TALER_MINT_DB_insert_collectable_blindcoin (PGconn *db_conn,
const struct GNUNET_HashCode *h_blind,
+ struct TALER_Amount withdraw,
const struct CollectableBlindcoin *collectable);