summaryrefslogtreecommitdiff
path: root/src/include
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2017-06-23 14:13:54 +0200
committerChristian Grothoff <christian@grothoff.org>2017-06-23 14:13:54 +0200
commitff8633910d90d7c5299016bce7a8ea49e12510a7 (patch)
tree77030f63722592396c226433ad00cdd410f0a105 /src/include
parentd4884c0c605db10934f7bb378072a21ecb523d12 (diff)
downloadexchange-ff8633910d90d7c5299016bce7a8ea49e12510a7.tar.gz
exchange-ff8633910d90d7c5299016bce7a8ea49e12510a7.tar.bz2
exchange-ff8633910d90d7c5299016bce7a8ea49e12510a7.zip
adapt /admin/add/incoming to #5010
Diffstat (limited to 'src/include')
-rw-r--r--src/include/taler_exchangedb_plugin.h6
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,