summaryrefslogtreecommitdiff
path: root/project2/cgi/cgiHttpHeader.h
diff options
context:
space:
mode:
Diffstat (limited to 'project2/cgi/cgiHttpHeader.h')
-rw-r--r--project2/cgi/cgiHttpHeader.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/project2/cgi/cgiHttpHeader.h b/project2/cgi/cgiHttpHeader.h
index f84c707..87edde5 100644
--- a/project2/cgi/cgiHttpHeader.h
+++ b/project2/cgi/cgiHttpHeader.h
@@ -9,6 +9,7 @@
class Project2HttpHeader : public cgicc::HTTPHeader {
public:
typedef std::map<std::string, const Glib::ustring> Headers;
+ Project2HttpHeader(const std::string & s);
Project2HttpHeader(const std::string & s, const std::string & t);
void addHeader(const std::string & name, const Glib::ustring & value);
void render(std::ostream & out) const;