diff options
Diffstat (limited to 'fhttpd.c')
-rw-r--r-- | fhttpd.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -169,7 +169,7 @@ PHPAPI void php3_fhttpd_puts_header(char *s) } } -void fhttpd_flush( /*GLOBAL(php3_rqst)->connection */ void) +void fhttpd_flush( /*php3_rqst->connection */ void) { } |