mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-06-30 15:06:38 +02:00
Rename some more:
* WEB() now has handle_request() and handle_body(), makes more sense. * webserver_handle_body_data() -> webserver_handle_body() * and similar cases
This commit is contained in:
+1
-1
@@ -1726,7 +1726,7 @@ struct WebRequest {
|
||||
typedef struct WebServer WebServer;
|
||||
struct WebServer {
|
||||
int (*handle_request)(Client *client, WebRequest *web);
|
||||
int (*handle_data)(Client *client, WebRequest *web, const char *buf, int length);
|
||||
int (*handle_body)(Client *client, WebRequest *web, const char *buf, int length);
|
||||
};
|
||||
|
||||
struct ConfigItem_listen {
|
||||
|
||||
Reference in New Issue
Block a user