summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-06-19 20:12:00 +0200
committerChristian Grothoff <christian@grothoff.org>2017-06-19 20:12:00 +0200
commita0c66e79191ca4339ea91e74e3742ccd8bd515ab (patch)
tree2799dd22bbcd55b8aa7401abbc206d41fa18f92c /src/include
parentbeea8eb383a4292b976c6c5d7356e6863e1adcbe (diff)
downloadexchange-a0c66e79191ca4339ea91e74e3742ccd8bd515ab.tar.gz
exchange-a0c66e79191ca4339ea91e74e3742ccd8bd515ab.tar.bz2
exchange-a0c66e79191ca4339ea91e74e3742ccd8bd515ab.zip
fix #5010 for /track/transfer
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_exchangedb_plugin.h10
1 files changed, 4 insertions, 6 deletions
diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h
index 7045adbbd..8795811a2 100644
--- a/src/include/taler_exchangedb_plugin.h
+++ b/src/include/taler_exchangedb_plugin.h
@@ -1731,10 +1731,9 @@ struct TALER_EXCHANGEDB_Plugin
* @param wtid the raw wire transfer identifier we used
* @param cb function to call on each transaction found
* @param cb_cls closure for @a cb
- * @return #GNUNET_OK on success, #GNUNET_SYSERR on database errors,
- * #GNUNET_NO if we found no results
+ * @return query status of the transaction
*/
- int
+ enum GNUNET_DB_QueryStatus
(*lookup_wire_transfer) (void *cls,
struct TALER_EXCHANGEDB_Session *session,
const struct TALER_WireTransferIdentifierRawP *wtid,
@@ -1822,10 +1821,9 @@ struct TALER_EXCHANGEDB_Plugin
* @param[out] end_date when does the fee end being valid
* @param[out] wire_fee how high is the wire transfer fee
* @param[out] master_sig signature over the above by the exchange master key
- * @return #GNUNET_OK on success, #GNUNET_NO if no fee is known
- * #GNUNET_SYSERR on failure
+ * @return query status of the transaction
*/
- int
+ enum GNUNET_DB_QueryStatus
(*get_wire_fee) (void *cls,
struct TALER_EXCHANGEDB_Session *session,
const char *type,