aboutsummaryrefslogtreecommitdiff
path: root/src/http.h
diff options
context:
space:
mode:
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;