diff options
author | Mike Buland <eichlan@xagasoft.com> | 2007-03-07 01:22:44 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2007-03-07 01:22:44 +0000 |
commit | 8cba0ee929112a125eb41228f667e8bdd0224f58 (patch) | |
tree | a9d1a1575f82ae8c9b03c9ef5eea7480ba3733bd /src/http.h | |
parent | fe60ebeb43f32d17c458366903fdf4e773b15b32 (diff) | |
download | libbu++-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.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -241,6 +241,8 @@ public: | |||
241 | statusHTTPVersionNotSupported = 505 | 241 | statusHTTPVersionNotSupported = 505 |
242 | }; | 242 | }; |
243 | 243 | ||
244 | const char *getHeader( const char *lpStr ); | ||
245 | |||
244 | private: | 246 | private: |
245 | Connection *pCon; | 247 | Connection *pCon; |
246 | unsigned char nParseState; | 248 | unsigned char nParseState; |