diff options
Diffstat (limited to 'src/exchange/taler-exchange-httpd_link.h')
-rw-r--r-- | src/exchange/taler-exchange-httpd_link.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/exchange/taler-exchange-httpd_link.h b/src/exchange/taler-exchange-httpd_link.h index 4c9651a9e..01679e877 100644 --- a/src/exchange/taler-exchange-httpd_link.h +++ b/src/exchange/taler-exchange-httpd_link.h | |||
@@ -31,14 +31,12 @@ | |||
31 | /** | 31 | /** |
32 | * Handle a "/coins/$COIN_PUB/link" request. | 32 | * Handle a "/coins/$COIN_PUB/link" request. |
33 | * | 33 | * |
34 | * @param rh context of the handler | 34 | * @param rc request context |
35 | * @param connection the MHD connection to handle | ||
36 | * @param args array of additional options (length: 2, first is the coin_pub, second must be "link") | 35 | * @param args array of additional options (length: 2, first is the coin_pub, second must be "link") |
37 | * @return MHD result code | 36 | * @return MHD result code |
38 | */ | 37 | */ |
39 | MHD_RESULT | 38 | MHD_RESULT |
40 | TEH_handler_link (const struct TEH_RequestHandler *rh, | 39 | TEH_handler_link (struct TEH_RequestContext *rc, |
41 | struct MHD_Connection *connection, | ||
42 | const char *const args[2]); | 40 | const char *const args[2]); |
43 | 41 | ||
44 | 42 | ||