diff options
Diffstat (limited to 'sapi/thttpd/php_thttpd.h')
| -rw-r--r-- | sapi/thttpd/php_thttpd.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sapi/thttpd/php_thttpd.h b/sapi/thttpd/php_thttpd.h index e2e070330f..699ac5d83d 100644 --- a/sapi/thttpd/php_thttpd.h +++ b/sapi/thttpd/php_thttpd.h @@ -27,4 +27,9 @@ void thttpd_php_shutdown(void); void thttpd_php_init(void); off_t thttpd_php_request(httpd_conn *hc); +void thttpd_register_on_close(void (*)(int)); +void thttpd_closed_conn(int fd); +int thttpd_get_fd(void); +void thttpd_set_dont_close(void); + #endif |
