summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-06-23 14:37:53 +0200
committerChristian Grothoff <christian@grothoff.org>2017-06-23 14:37:53 +0200
commit6acb0271d6413b250cf78b42aed52a9cb0d0869c (patch)
treebad5474df053edbbe6ad877468365f6387ab9c73 /src/include
parentff8633910d90d7c5299016bce7a8ea49e12510a7 (diff)
downloadexchange-6acb0271d6413b250cf78b42aed52a9cb0d0869c.tar.gz
exchange-6acb0271d6413b250cf78b42aed52a9cb0d0869c.tar.bz2
exchange-6acb0271d6413b250cf78b42aed52a9cb0d0869c.zip
address #5010 for wirewatch
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_exchangedb_plugin.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h
index 7c245e224..9a97b5f37 100644
--- a/src/include/taler_exchangedb_plugin.h
+++ b/src/include/taler_exchangedb_plugin.h
@@ -1107,8 +1107,7 @@ struct TALER_EXCHANGEDB_Plugin
*
* @param cls the @e cls of this struct with the plugin-specific state
* @param session connection to use
- * @return #GNUNET_OK on success, #GNUNET_NO if the transaction
- * can be retried, #GNUNET_SYSERR on hard failures
+ * @return transaction status
*/
enum GNUNET_DB_QueryStatus
(*commit) (void *cls,
@@ -1210,10 +1209,9 @@ struct TALER_EXCHANGEDB_Plugin
* @param db the database connection handle
* @param[out] wire_reference set to unique reference identifying the wire transfer (binary blob)
* @param[out] wire_reference_size set to number of bytes in @a wire_reference
- * @return #GNUNET_OK upon success; #GNUNET_NO if we never got any incoming transfers
- * #GNUNET_SYSERR upon failures (DB error)
+ * @return transaction status code
*/
- int
+ enum GNUNET_DB_QueryStatus
(*get_latest_reserve_in_reference)(void *cls,
struct TALER_EXCHANGEDB_Session *db,
void **wire_reference,