summaryrefslogtreecommitdiff
path: root/project2/cgi/cgiCommon.h
diff options
context:
space:
mode:
Diffstat (limited to 'project2/cgi/cgiCommon.h')
-rw-r--r--project2/cgi/cgiCommon.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/project2/cgi/cgiCommon.h b/project2/cgi/cgiCommon.h
new file mode 100644
index 0000000..489e3fb
--- /dev/null
+++ b/project2/cgi/cgiCommon.h
@@ -0,0 +1,5 @@
+#include <ostream>
+#include <cgicc/Cgicc.h>
+
+void cgiServe(cgicc::CgiInput * i, std::ostream & o);
+