diff options
author | Christian Grothoff <christian@grothoff.org> | 2017-06-11 02:12:56 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2017-06-11 02:12:56 +0200 |
commit | a57cf67f31e89aab59a39daf3cca35509c5dc8b8 (patch) | |
tree | a6db5f3f48ba2504c046d2a356305b25c916b976 /src/include | |
parent | cad64767d9fda2c18106f25ef101c2eb5fce15a1 (diff) |
a bit more work on #5010
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_exchangedb_plugin.h | 4 |
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); |