summaryrefslogtreecommitdiff
path: root/src/modules/httpd.h
diff options
context:
space:
mode:
authorbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2008-05-12 19:06:36 +0000
committerbrain <brain@e03df62e-2008-0410-955e-edbf42e46eb7>2008-05-12 19:06:36 +0000
commitdfdbcc2939dff8311bd38046f6be518021bcede1 (patch)
treee364116c8e8663af1b86d7b5821b8c4653f2a42b /src/modules/httpd.h
parent46f43132aadf89cbb362803335018bd96e0ab4dc (diff)
Skeleton ACL module, and hooks for it. This will provide ip restrictions, passwording etc for httpd modules
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@9709 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/modules/httpd.h')
-rw-r--r--src/modules/httpd.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/modules/httpd.h b/src/modules/httpd.h
index a1eff6b63..0fa5c09d5 100644
--- a/src/modules/httpd.h
+++ b/src/modules/httpd.h
@@ -109,7 +109,8 @@ class HTTPRequest : public classbase
public:
HTTPHeaders *headers;
-
+ int errorcode;
+
/** A socket pointer, which you must return in your HTTPDocument class
* if you reply to this request.
*/