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