summaryrefslogtreecommitdiff
path: root/src/reqp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/reqp.h')
-rw-r--r--src/reqp.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/reqp.h b/src/reqp.h
index de49262..95024a8 100644
--- a/src/reqp.h
+++ b/src/reqp.h
@@ -1,7 +1,7 @@
/*:*
*: File: ./src/reqp.h
*:
- *: yChat; Homepage: www.yChat.org; Version 0.7.9.5-RELEASE
+ *: yChat; Homepage: www.yChat.org; Version 0.8.3-CURRENT
*:
*: Copyright (C) 2003 Paul C. Buetow, Volker Richter
*: Copyright (C) 2004 Paul C. Buetow
@@ -57,7 +57,7 @@ private:
public:
reqp( );
- string parse( socketcontainer* p_sock, string s_req, map<string,string> &map_params, int &i_postpayloadoffset );
+ string parse( _socket* p_sock, string s_req, map<string,string> &map_params, int &i_postpayloadoffset );
string url_decode ( string s_url );
string get_content_type( string& s_file );
void parse_headers( string s_req, map<string,string> &map_params );