projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
compilation fix (wxUniv/MSW)
[wxWidgets.git]
/
include
/
wx
/
protocol
/
http.h
diff --git
a/include/wx/protocol/http.h
b/include/wx/protocol/http.h
index 7b4f5db705e1d9584c133ed4c5653ed3c89b160c..72080ba71d59fa4853ce29d58f899b56f99422be 100644
(file)
--- a/
include/wx/protocol/http.h
+++ b/
include/wx/protocol/http.h
@@
-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