summaryrefslogtreecommitdiff
path: root/sapi/thttpd/php_thttpd.h
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2002-10-26 20:55:41 +0000
committerSascha Schumann <sas@php.net>2002-10-26 20:55:41 +0000
commit01bdc2e3695fd37f9288ba7fef3b1a20bb244a52 (patch)
tree5c2de65ee7d353718d47bb78079be9ab3b4d5e46 /sapi/thttpd/php_thttpd.h
parentc46ed2114e7ab05e8cb040d5f7927f63183bad99 (diff)
downloadphp-git-01bdc2e3695fd37f9288ba7fef3b1a20bb244a52.tar.gz
experimental .phps support
Diffstat (limited to 'sapi/thttpd/php_thttpd.h')
-rw-r--r--sapi/thttpd/php_thttpd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/thttpd/php_thttpd.h b/sapi/thttpd/php_thttpd.h
index 7bd4de3202..c57bf71bf9 100644
--- a/sapi/thttpd/php_thttpd.h
+++ b/sapi/thttpd/php_thttpd.h
@@ -25,7 +25,7 @@
void thttpd_php_shutdown(void);
void thttpd_php_init(void);
-off_t thttpd_php_request(httpd_conn *hc);
+off_t thttpd_php_request(httpd_conn *hc, int show_source);
void thttpd_register_on_close(void (*)(int));
void thttpd_closed_conn(int fd);