diff options
Diffstat (limited to 'src/exchange/taler-exchange-httpd_keys.h')
-rw-r--r-- | src/exchange/taler-exchange-httpd_keys.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/exchange/taler-exchange-httpd_keys.h b/src/exchange/taler-exchange-httpd_keys.h index 8d2aae9d5..6c6853660 100644 --- a/src/exchange/taler-exchange-httpd_keys.h +++ b/src/exchange/taler-exchange-httpd_keys.h | |||
@@ -324,14 +324,12 @@ TEH_keys_exchange_revoke (const struct TALER_ExchangePublicKeyP *exchange_pub); | |||
324 | * Function to call to handle requests to "/keys" by sending | 324 | * Function to call to handle requests to "/keys" by sending |
325 | * back our current key material. | 325 | * back our current key material. |
326 | * | 326 | * |
327 | * @param rh context of the handler | 327 | * @param rc request context |
328 | * @param connection the MHD connection to handle | ||
329 | * @param args array of additional options (must be empty for this function) | 328 | * @param args array of additional options (must be empty for this function) |
330 | * @return MHD result code | 329 | * @return MHD result code |
331 | */ | 330 | */ |
332 | MHD_RESULT | 331 | MHD_RESULT |
333 | TEH_keys_get_handler (const struct TEH_RequestHandler *rh, | 332 | TEH_keys_get_handler (struct TEH_RequestContext *rc, |
334 | struct MHD_Connection *connection, | ||
335 | const char *const args[]); | 333 | const char *const args[]); |
336 | 334 | ||
337 | 335 | ||