]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - src/modules/httpd.h
Add support for blacklists and whitelists, just http password auth to go (the most...
[user/henk/code/inspircd.git] / src / modules / httpd.h
index a1eff6b638e798acbf75c8a01f4beac8902d9db6..0fa5c09d55f551b7355b8605362e2503802a31f6 100644 (file)
@@ -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.
         */