diff options
author | Christian Grothoff <christian@grothoff.org> | 2017-05-04 11:18:49 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2017-05-04 11:19:00 +0200 |
commit | 405859d06864a62982236771d81ca94f799b6c12 (patch) | |
tree | 34a73cfa186da8e82953be2ccefa604a1ae05ad0 /src/include | |
parent | 27c921c7c45f8ea8fed5c945a9e0ae0cfcc1c8e9 (diff) |
implement #4993
Diffstat (limited to 'src/include')
-rw-r--r-- | src/include/taler_bank_service.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/taler_bank_service.h b/src/include/taler_bank_service.h index c9c20637a..9a0926bf4 100644 --- a/src/include/taler_bank_service.h +++ b/src/include/taler_bank_service.h @@ -1,6 +1,6 @@ /* This file is part of TALER - Copyright (C) 2015, 2016 GNUnet e.V. + Copyright (C) 2015, 2016, 2017 GNUnet e.V. & Inria TALER is free software; you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software @@ -57,6 +57,7 @@ typedef void * to the operators of the bank. * * @param ctx curl context for the event loop + * @param auth authentication data to send to the bank * @param bank_base_url URL of the bank (used to execute this request) * @param exchange_base_url base URL of the exchange (for tracking) * @param wtid wire transfer identifier for the transfer @@ -71,6 +72,7 @@ typedef void */ struct TALER_BANK_AdminAddIncomingHandle * TALER_BANK_admin_add_incoming (struct GNUNET_CURL_Context *ctx, + const json_t *auth, const char *bank_base_url, const char *exchange_base_url, const struct TALER_WireTransferIdentifierRawP *wtid, |