X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fmodules%2Fhttpd.h;h=0fa5c09d55f551b7355b8605362e2503802a31f6;hb=8f7f74cf0f297e2b8476fc4c670515f8940580ea;hp=0b3b6fa81735539174bd4e9a7dc674497cde8377;hpb=05c95857273e6c68ca05ee786948c455ac7d3d39;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/modules/httpd.h b/src/modules/httpd.h index 0b3b6fa81..0fa5c09d5 100644 --- a/src/modules/httpd.h +++ b/src/modules/httpd.h @@ -2,7 +2,7 @@ * | Inspire Internet Relay Chat Daemon | * +------------------------------------+ * - * InspIRCd: (C) 2002-2007 InspIRCd Development Team + * InspIRCd: (C) 2002-2008 InspIRCd Development Team * See: http://www.inspircd.org/wiki/index.php/Credits * * This program is free but copyrighted software; see @@ -22,7 +22,7 @@ /** A modifyable list of HTTP header fields */ -class HTTPHeaders +class HTTPHeaders : public classbase { protected: std::map headers; @@ -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. */