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 2c0b6dd75..74f0c2d14 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) */