diff options
Diffstat (limited to 'src/exchange/taler-exchange-httpd_refreshes_reveal.h')
-rw-r--r-- | src/exchange/taler-exchange-httpd_refreshes_reveal.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/exchange/taler-exchange-httpd_refreshes_reveal.h b/src/exchange/taler-exchange-httpd_refreshes_reveal.h index b9806dbd3..30716995a 100644 --- a/src/exchange/taler-exchange-httpd_refreshes_reveal.h +++ b/src/exchange/taler-exchange-httpd_refreshes_reveal.h | |||
@@ -1,6 +1,6 @@ | |||
1 | /* | 1 | /* |
2 | This file is part of TALER | 2 | This file is part of TALER |
3 | Copyright (C) 2014-2017 Taler Systems SA | 3 | Copyright (C) 2014-2017, 2021 Taler Systems SA |
4 | 4 | ||
5 | TALER is free software; you can redistribute it and/or modify it under the | 5 | TALER is free software; you can redistribute it and/or modify it under the |
6 | terms of the GNU Affero General Public License as published by the Free Software | 6 | terms of the GNU Affero General Public License as published by the Free Software |
@@ -37,15 +37,13 @@ | |||
37 | * transaction in refresh_reveal_transaction() and finally returns the signed | 37 | * transaction in refresh_reveal_transaction() and finally returns the signed |
38 | * refreshed coins. | 38 | * refreshed coins. |
39 | * | 39 | * |
40 | * @param rh context of the handler | 40 | * @param rc request context |
41 | * @param connection MHD request handle | ||
42 | * @param root uploaded JSON data | 41 | * @param root uploaded JSON data |
43 | * @param args array of additional options (length: 2, session hash and the string "reveal") | 42 | * @param args array of additional options (length: 2, session hash and the string "reveal") |
44 | * @return MHD result code | 43 | * @return MHD result code |
45 | */ | 44 | */ |
46 | MHD_RESULT | 45 | MHD_RESULT |
47 | TEH_handler_reveal (const struct TEH_RequestHandler *rh, | 46 | TEH_handler_reveal (struct TEH_RequestContext *rc, |
48 | struct MHD_Connection *connection, | ||
49 | const json_t *root, | 47 | const json_t *root, |
50 | const char *const args[2]); | 48 | const char *const args[2]); |
51 | 49 | ||