summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-06-11 02:12:56 +0200
committerChristian Grothoff <christian@grothoff.org>2017-06-11 02:12:56 +0200
commita57cf67f31e89aab59a39daf3cca35509c5dc8b8 (patch)
treea6db5f3f48ba2504c046d2a356305b25c916b976 /src/include
parentcad64767d9fda2c18106f25ef101c2eb5fce15a1 (diff)
downloadexchange-a57cf67f31e89aab59a39daf3cca35509c5dc8b8.tar.gz
exchange-a57cf67f31e89aab59a39daf3cca35509c5dc8b8.tar.bz2
exchange-a57cf67f31e89aab59a39daf3cca35509c5dc8b8.zip
a bit more work on #5010
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_exchangedb_plugin.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h
index 810b66f06..03020f2cc 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);