diff options
Diffstat (limited to 'project2/cgi/cgiCommon.h')
-rw-r--r-- | project2/cgi/cgiCommon.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/project2/cgi/cgiCommon.h b/project2/cgi/cgiCommon.h index ce6108e..42a88e6 100644 --- a/project2/cgi/cgiCommon.h +++ b/project2/cgi/cgiCommon.h @@ -2,5 +2,5 @@ #include <cgicc/Cgicc.h> #include "cgiEnvironment.h" -void cgiServe(cgicc::CgiInput * i, CgiEnvironment *, std::ostream & o); +void cgiServe(cgicc::CgiInput * i, CgiEnvironment *, std::ostream & o, const CgiEnvInput * e); |