mirror of
https://github.com/weechat/weechat.git
synced 2026-07-05 09:13:14 +02:00
relay: remove request from some function arguments (issue #2066)
This commit is contained in:
@@ -133,10 +133,9 @@ relay_api_unhook_signals (struct t_relay_client *client)
|
||||
*/
|
||||
|
||||
void
|
||||
relay_api_recv_http (struct t_relay_client *client,
|
||||
struct t_relay_http_request *request)
|
||||
relay_api_recv_http (struct t_relay_client *client)
|
||||
{
|
||||
relay_api_protocol_recv_http (client, request);
|
||||
relay_api_protocol_recv_http (client);
|
||||
}
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user