diff options
author | Christian Grothoff <christian@grothoff.org> | 2020-11-14 22:27:50 +0100 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2020-11-14 22:27:50 +0100 |
commit | 4f0e38ab12340cea7297fc661c98ddba2d2ef681 (patch) | |
tree | 7b0a02dc118e28e32a90e48abcb0e53a3d56c9e1 /src/include/taler_exchangedb_plugin.h | |
parent | 81d6f8e0df4a32ff83b2af5d9d9087594f216c26 (diff) |
more work on crypto RSA helper
Diffstat (limited to 'src/include/taler_exchangedb_plugin.h')
-rw-r--r-- | src/include/taler_exchangedb_plugin.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h index 4f27daefb..e2abb8a6a 100644 --- a/src/include/taler_exchangedb_plugin.h +++ b/src/include/taler_exchangedb_plugin.h @@ -2430,6 +2430,20 @@ struct TALER_EXCHANGEDB_Plugin /** + * Function called to mark wire transfer as failed. + * + * @param cls closure + * @param session database connection + * @param rowid which entry to mark as failed + * @return transaction status code + */ + enum GNUNET_DB_QueryStatus + (*wire_prepare_data_mark_failed)(void *cls, + struct TALER_EXCHANGEDB_Session *session, + uint64_t rowid); + + + /** * Function called to get an unfinished wire transfer * preparation data. Fetches at most one item. * |