From a57cf67f31e89aab59a39daf3cca35509c5dc8b8 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sun, 11 Jun 2017 02:12:56 +0200 Subject: a bit more work on #5010 --- src/include/taler_exchangedb_plugin.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/include') diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h index 810b66f0..03020f2c 100644 --- a/src/include/taler_exchangedb_plugin.h +++ b/src/include/taler_exchangedb_plugin.h @@ -1168,9 +1168,9 @@ struct TALER_EXCHANGEDB_Plugin * @param[in,out] reserve the reserve data. The public key of the reserve should be set * in this structure; it is used to query the database. The balance * and expiration are then filled accordingly. - * @return #GNUNET_OK upon success; #GNUNET_SYSERR upon failure + * @return transaction status */ - int + enum GNUNET_DB_QueryStatus (*reserve_get) (void *cls, struct TALER_EXCHANGEDB_Session *db, struct TALER_EXCHANGEDB_Reserve *reserve); -- cgit v1.2.3