diff options
Diffstat (limited to 'src/mint/mint_db.h')
-rw-r--r-- | src/mint/mint_db.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/mint/mint_db.h b/src/mint/mint_db.h index 01ad1a6ed..0f746c14d 100644 --- a/src/mint/mint_db.h +++ b/src/mint/mint_db.h | |||
@@ -154,11 +154,10 @@ TALER_MINT_DB_create_refresh_session (PGconn *db_conn, | |||
154 | *session_pub); | 154 | *session_pub); |
155 | 155 | ||
156 | 156 | ||
157 | int | 157 | struct GNUNET_CRYPTO_rsa_PublicKey * |
158 | TALER_MINT_DB_get_refresh_order (PGconn *db_conn, | 158 | TALER_MINT_DB_get_refresh_order (PGconn *db_conn, |
159 | uint16_t newcoin_index, | 159 | uint16_t newcoin_index, |
160 | const struct GNUNET_CRYPTO_EddsaPublicKey *session_pub, | 160 | const struct GNUNET_CRYPTO_EddsaPublicKey *session_pub); |
161 | struct GNUNET_CRYPTO_rsa_PublicKey *denom_pub); | ||
162 | 161 | ||
163 | 162 | ||
164 | int | 163 | int |
@@ -167,11 +166,12 @@ TALER_MINT_DB_insert_refresh_collectable (PGconn *db_conn, | |||
167 | const struct GNUNET_CRYPTO_EddsaPublicKey *session_pub, | 166 | const struct GNUNET_CRYPTO_EddsaPublicKey *session_pub, |
168 | const struct GNUNET_CRYPTO_rsa_Signature *ev_sig); | 167 | const struct GNUNET_CRYPTO_rsa_Signature *ev_sig); |
169 | 168 | ||
170 | int | 169 | |
170 | struct GNUNET_CRYPTO_rsa_Signature * | ||
171 | TALER_MINT_DB_get_refresh_collectable (PGconn *db_conn, | 171 | TALER_MINT_DB_get_refresh_collectable (PGconn *db_conn, |
172 | uint16_t newcoin_index, | 172 | uint16_t newcoin_index, |
173 | const struct GNUNET_CRYPTO_EddsaPublicKey *session_pub, | 173 | const struct GNUNET_CRYPTO_EddsaPublicKey *session_pub); |
174 | struct GNUNET_CRYPTO_rsa_Signature *ev_sig); | 174 | |
175 | 175 | ||
176 | 176 | ||
177 | int | 177 | int |