diff options
| author | Sebastian Bergmann <sebastian@php.net> | 2003-03-25 08:07:13 +0000 |
|---|---|---|
| committer | Sebastian Bergmann <sebastian@php.net> | 2003-03-25 08:07:13 +0000 |
| commit | 5ca078779a7cde0f3a4a9b0cc8b77abd5177a1d7 (patch) | |
| tree | 4aed82d43faf1aa9cf1f7080dcc1e0197542e9d3 /ext/standard/head.h | |
| parent | b671380b6b5b6e1f4f235e810afa4199e989d2ba (diff) | |
| download | php-git-5ca078779a7cde0f3a4a9b0cc8b77abd5177a1d7.tar.gz | |
Eliminate some TSRMLS_FETCH() calls. Tested with Win32 build of SAPI/CGI and SAPI/CLI on Win32.
Diffstat (limited to 'ext/standard/head.h')
| -rw-r--r-- | ext/standard/head.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/head.h b/ext/standard/head.h index 59b4b26f6b..9f37d25f9e 100644 --- a/ext/standard/head.h +++ b/ext/standard/head.h @@ -26,7 +26,7 @@ PHP_FUNCTION(header); PHP_FUNCTION(setcookie); PHP_FUNCTION(headers_sent); -PHPAPI int php_header(void); +PHPAPI int php_header(TSRMLS_D); PHPAPI int php_setcookie(char *name, int name_len, char *value, int value_len, time_t expires, char *path, int path_len, char *domain, int domain_len, int secure TSRMLS_DC); #endif |
