diff options
Diffstat (limited to 'ext/standard/head.c')
-rw-r--r-- | ext/standard/head.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/standard/head.c b/ext/standard/head.c index ab8eb483d6..365728abd6 100644 --- a/ext/standard/head.c +++ b/ext/standard/head.c @@ -67,7 +67,8 @@ int php3_init_head(INIT_FUNC_ARGS) return SUCCESS; } -void php3_noheader(void) + +PHPAPI void php3_noheader(void) { php3_PrintHeader = 0; header_called = 1; |