diff options
| author | Sascha Schumann <sas@php.net> | 2002-10-26 20:55:41 +0000 |
|---|---|---|
| committer | Sascha Schumann <sas@php.net> | 2002-10-26 20:55:41 +0000 |
| commit | 01bdc2e3695fd37f9288ba7fef3b1a20bb244a52 (patch) | |
| tree | 5c2de65ee7d353718d47bb78079be9ab3b4d5e46 /sapi/thttpd/php_thttpd.h | |
| parent | c46ed2114e7ab05e8cb040d5f7927f63183bad99 (diff) | |
| download | php-git-01bdc2e3695fd37f9288ba7fef3b1a20bb244a52.tar.gz | |
experimental .phps support
Diffstat (limited to 'sapi/thttpd/php_thttpd.h')
| -rw-r--r-- | sapi/thttpd/php_thttpd.h | 2 |
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); |
