From dea0f7c411d6ae5c5410d30f6072478e905cabb4 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Mon, 19 Jun 2017 00:00:21 +0200 Subject: fixing #5010 for /reserve/withdraw --- src/include/taler_exchangedb_plugin.h | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) (limited to 'src/include/taler_exchangedb_plugin.h') diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h index 843c62720..af6b5547d 100644 --- a/src/include/taler_exchangedb_plugin.h +++ b/src/include/taler_exchangedb_plugin.h @@ -1232,11 +1232,9 @@ struct TALER_EXCHANGEDB_Plugin * `h_coin_envelope` in the @a collectable to be returned) * @param collectable corresponding collectable coin (blind signature) * if a coin is found - * @return #GNUNET_SYSERR on internal error - * #GNUNET_NO if the collectable was not found - * #GNUNET_YES on success + * @return statement execution status */ - int + enum GNUNET_DB_QueryStatus (*get_withdraw_info) (void *cls, struct TALER_EXCHANGEDB_Session *session, const struct GNUNET_HashCode *h_blind, @@ -1251,11 +1249,9 @@ struct TALER_EXCHANGEDB_Plugin * @param session database connection to use * @param collectable corresponding collectable coin (blind signature) * if a coin is found - * @return #GNUNET_SYSERR on internal error - * #GNUNET_NO if the collectable was not found - * #GNUNET_YES on success + * @return statement execution status */ - int + enum GNUNET_DB_QueryStatus (*insert_withdraw_info) (void *cls, struct TALER_EXCHANGEDB_Session *session, const struct TALER_EXCHANGEDB_CollectableBlindcoin *collectable); -- cgit v1.2.3