summaryrefslogtreecommitdiff
path: root/www/pserv/files/patch-handlers.h
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2003-10-17 08:11:55 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2003-10-17 08:11:55 +0000
commit148e621cf93c5996d66f69a43ed8e95e985439ff (patch)
tree3c1c6f9533ea58f6b3ec476deef054fb9d5f0d04 /www/pserv/files/patch-handlers.h
parent- Fix build (diff)
Add pserv 3.0.b1, a portable and small webserver written in C.
PR: ports/58119 Submitted by: Alex Dupre <sysadmin@alexdupre.com>
Diffstat (limited to 'www/pserv/files/patch-handlers.h')
-rw-r--r--www/pserv/files/patch-handlers.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/www/pserv/files/patch-handlers.h b/www/pserv/files/patch-handlers.h
new file mode 100644
index 000000000000..939a714d8dca
--- /dev/null
+++ b/www/pserv/files/patch-handlers.h
@@ -0,0 +1,10 @@
+--- handlers.h.orig Wed Oct 15 17:06:59 2003
++++ handlers.h Wed Oct 15 17:07:08 2003
+@@ -19,6 +19,7 @@
+
+ /* handlers.c */
+ int cgiHandler();
++int phpHandler();
+ int dumpHeader();
+ int dumpFile();
+ int generateIndex();