summaryrefslogtreecommitdiff
path: root/fhttpd.c
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>1999-04-26 17:26:37 +0000
committerZeev Suraski <zeev@php.net>1999-04-26 17:26:37 +0000
commit3cd0af11eea32f802228004af8fe424c62c8fbfb (patch)
tree1d273a469ad6e9e2c7e97449fa12665e46156dbf /fhttpd.c
parent0f195a79cd25447d03eb2ad9451829b36dcaa49b (diff)
downloadphp-git-3cd0af11eea32f802228004af8fe424c62c8fbfb.tar.gz
* Get the Apache module to compile again
* Get rid of php3_rqst, use SG(server_context) instead (there's still Apache-specific code, but it nuked a global)
Diffstat (limited to 'fhttpd.c')
-rw-r--r--fhttpd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fhttpd.c b/fhttpd.c
index 5bbc4c3233..93ff105e42 100644
--- a/fhttpd.c
+++ b/fhttpd.c
@@ -169,7 +169,7 @@ PHPAPI void php3_fhttpd_puts_header(char *s)
}
}
-void fhttpd_flush( /*php3_rqst->connection */ void)
+void fhttpd_flush(void)
{
}