diff options
author | Sree Harsha Totakura <sreeharsha@totakura.in> | 2015-03-05 23:40:54 +0100 |
---|---|---|
committer | Sree Harsha Totakura <sreeharsha@totakura.in> | 2015-03-05 23:40:54 +0100 |
commit | cee173a8e242e3536c1013e92fd1a01912a2a8e8 (patch) | |
tree | 348d11fee4063de38a4c65d2d0d676cb7d1b5768 /src/mint/mint_db.h | |
parent | 129920ef8bc15ce6d3c1329c2e935dce1da285f0 (diff) |
-sync
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 2c0b6dd7..74f0c2d1 100644 --- a/src/mint/mint_db.h +++ b/src/mint/mint_db.h @@ -219,8 +219,8 @@ TALER_MINT_DB_reserve_get (PGconn *db, int TALER_MINT_DB_reserves_in_insert (PGconn *db, struct Reserve *reserve, - const struct TALER_Amount *balance, - const struct GNUNET_TIME_Absolute *expiry); + const struct TALER_Amount balance, + const struct GNUNET_TIME_Absolute expiry); /* FIXME: need call to convert CollectableBlindcoin to JSON (#3527) */ |