aboutsummaryrefslogtreecommitdiff
path: root/src/exchange/taler-exchange-httpd_keys.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/exchange/taler-exchange-httpd_keys.h')
-rw-r--r--src/exchange/taler-exchange-httpd_keys.h6
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 */
332MHD_RESULT 331MHD_RESULT
333TEH_keys_get_handler (const struct TEH_RequestHandler *rh, 332TEH_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