diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-01-20 17:50:32 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-01-20 17:50:32 +0100 |
commit | 737301c8d07bf3112b515fa035611af32ab129ce (patch) | |
tree | 160e78c835222efbdbc7b9bc27894094e1133855 /src/mint/mint_db.h | |
parent | f70814fbb521e9d7c3a0db81fd483ecc926e9018 (diff) |
towards separating out DB operations during refresh
Diffstat (limited to 'src/mint/mint_db.h')
-rw-r--r-- | src/mint/mint_db.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mint/mint_db.h b/src/mint/mint_db.h index d5a74a45d..5eaa367d7 100644 --- a/src/mint/mint_db.h +++ b/src/mint/mint_db.h @@ -81,7 +81,8 @@ TALER_MINT_DB_get_refresh_session (PGconn *db_conn, int -TALER_MINT_DB_get_known_coin (PGconn *db_conn, struct GNUNET_CRYPTO_EcdsaPublicKey *coin_pub, +TALER_MINT_DB_get_known_coin (PGconn *db_conn, + const struct GNUNET_CRYPTO_EcdsaPublicKey *coin_pub, struct KnownCoin *known_coin); |