aboutsummaryrefslogtreecommitdiff
path: root/src/http.h
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2007-03-07 01:22:44 +0000
committerMike Buland <eichlan@xagasoft.com>2007-03-07 01:22:44 +0000
commit8cba0ee929112a125eb41228f667e8bdd0224f58 (patch)
treea9d1a1575f82ae8c9b03c9ef5eea7480ba3733bd /src/http.h
parentfe60ebeb43f32d17c458366903fdf4e773b15b32 (diff)
downloadlibbu++-8cba0ee929112a125eb41228f667e8bdd0224f58.tar.gz
libbu++-8cba0ee929112a125eb41228f667e8bdd0224f58.tar.bz2
libbu++-8cba0ee929112a125eb41228f667e8bdd0224f58.tar.xz
libbu++-8cba0ee929112a125eb41228f667e8bdd0224f58.zip
david - yep, forgot to commit
Diffstat (limited to '')
-rw-r--r--src/http.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/http.h b/src/http.h
index fc9e15a..7e9f9a0 100644
--- a/src/http.h
+++ b/src/http.h
@@ -241,6 +241,8 @@ public:
241 statusHTTPVersionNotSupported = 505 241 statusHTTPVersionNotSupported = 505
242 }; 242 };
243 243
244 const char *getHeader( const char *lpStr );
245
244private: 246private:
245 Connection *pCon; 247 Connection *pCon;
246 unsigned char nParseState; 248 unsigned char nParseState;