diff options
Diffstat (limited to 'src/exchange/taler-exchange-httpd_keys.h')
-rw-r--r-- | src/exchange/taler-exchange-httpd_keys.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/exchange/taler-exchange-httpd_keys.h b/src/exchange/taler-exchange-httpd_keys.h index e91b1e16..5a1314f1 100644 --- a/src/exchange/taler-exchange-httpd_keys.h +++ b/src/exchange/taler-exchange-httpd_keys.h @@ -233,13 +233,11 @@ TEH_keys_get_handler (const struct TEH_RequestHandler *rh, * * @param rh context of the handler * @param connection the MHD connection to handle - * @param args array of additional options (must be empty for this function) * @return MHD result code */ MHD_RESULT TEH_keys_management_get_handler (const struct TEH_RequestHandler *rh, - struct MHD_Connection *connection, - const char *const args[]); + struct MHD_Connection *connection); /** |