]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/protocol/http.h
minor fix to wxFileName::MakeRelativeTo(), removed broken and misleading IsWild(...
[wxWidgets.git] / include / wx / protocol / http.h
index 7b4f5db705e1d9584c133ed4c5653ed3c89b160c..72080ba71d59fa4853ce29d58f899b56f99422be 100644 (file)
@@ -50,6 +50,9 @@ protected:
   bool BuildRequest(const wxString& path, wxHTTP_Req req);
   void SendHeaders();
   bool ParseHeaders();
+
+  // deletes the header value strings
+  void ClearHeaders();
 };
 
 #endif // wxUSE_PROTOCOL_HTTP