mirror of
https://github.com/anope/anope.git
synced 2026-07-10 14:43:13 +02:00
Move HTTP types to the HTTP namespace.
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
#include "../webcpanel.h"
|
||||
|
||||
bool WebCPanel::Register::OnRequest(HTTPProvider *server, const Anope::string &page_name, HTTPClient *client, HTTPMessage &message, HTTPReply &reply)
|
||||
bool WebCPanel::Register::OnRequest(HTTP::Provider *server, const Anope::string &page_name, HTTP::Client *client, HTTP::Message &message, HTTP::Reply &reply)
|
||||
{
|
||||
TemplateFileServer::Replacements replacements;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user