diff options
author | Christian Grothoff <christian@grothoff.org> | 2015-06-11 12:30:14 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2015-06-11 12:30:14 +0200 |
commit | 8bd646532556c27061c30e97ac76956d86214895 (patch) | |
tree | 4632a7f0ef1531e3353ca0f6eac5c1b48def54b0 /src/include/taler_mintdb_plugin.h | |
parent | ed2b1c1b6fd2a33c41d73e8bb365b353697f6fd8 (diff) |
fixing #3810
Diffstat (limited to 'src/include/taler_mintdb_plugin.h')
-rw-r--r-- | src/include/taler_mintdb_plugin.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/taler_mintdb_plugin.h b/src/include/taler_mintdb_plugin.h index 6ebfacefd..27bd46a52 100644 --- a/src/include/taler_mintdb_plugin.h +++ b/src/include/taler_mintdb_plugin.h @@ -743,7 +743,7 @@ struct TALER_MINTDB_Plugin * #GNUNET_YES on success */ int - (*get_collectable_blindcoin) (void *cls, + (*get_withdraw_info) (void *cls, struct TALER_MINTDB_Session *sesssion, const struct GNUNET_HashCode *h_blind, struct TALER_MINTDB_CollectableBlindcoin *collectable); @@ -767,7 +767,7 @@ struct TALER_MINTDB_Plugin * #GNUNET_YES on success */ int - (*insert_collectable_blindcoin) (void *cls, + (*insert_withdraw_info) (void *cls, struct TALER_MINTDB_Session *sesssion, const struct GNUNET_HashCode *h_blind, struct TALER_Amount withdraw, @@ -1106,7 +1106,7 @@ struct TALER_MINTDB_Plugin * @return #GNUNET_OK on success */ int - (*insert_refresh_collectable) (void *cls, + (*insert_refresh_out) (void *cls, struct TALER_MINTDB_Session *sesssion, const struct GNUNET_HashCode *session_hash, uint16_t newcoin_index, |