diff options
author | Christian Grothoff <christian@grothoff.org> | 2017-06-23 14:13:54 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2017-06-23 14:13:54 +0200 |
commit | ff8633910d90d7c5299016bce7a8ea49e12510a7 (patch) | |
tree | 77030f63722592396c226433ad00cdd410f0a105 /src/include/taler_exchangedb_plugin.h | |
parent | d4884c0c605db10934f7bb378072a21ecb523d12 (diff) |
adapt /admin/add/incoming to #5010
Diffstat (limited to 'src/include/taler_exchangedb_plugin.h')
-rw-r--r-- | src/include/taler_exchangedb_plugin.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/include/taler_exchangedb_plugin.h b/src/include/taler_exchangedb_plugin.h index 7b7fffef2..7c245e224 100644 --- a/src/include/taler_exchangedb_plugin.h +++ b/src/include/taler_exchangedb_plugin.h @@ -1190,11 +1190,9 @@ struct TALER_EXCHANGEDB_Plugin * @param sender_account_details information about the sender's bank account * @param wire_reference unique reference identifying the wire transfer (binary blob) * @param wire_reference_size number of bytes in @a wire_reference - * @return #GNUNET_OK upon success; #GNUNET_NO if the given - * @a details are already known for this @a reserve_pub, - * #GNUNET_SYSERR upon failures (DB error, incompatible currency) + * @return transaction status code */ - int + enum GNUNET_DB_QueryStatus (*reserves_in_insert) (void *cls, struct TALER_EXCHANGEDB_Session *db, const struct TALER_ReservePublicKeyP *reserve_pub, |