diff options
author | Zeev Suraski <zeev@php.net> | 2001-01-13 23:49:44 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2001-01-13 23:49:44 +0000 |
commit | a85da45a66d05047ab66669622990e652c719f8d (patch) | |
tree | 3fdae20d22ce58020f4af010b30527cab4d34964 /ext/standard/file.h | |
parent | 94ca2181fbd6d00dd835097bb4e7d86662e9c401 (diff) | |
download | php-git-a85da45a66d05047ab66669622990e652c719f8d.tar.gz |
Both thread-safe and thread-unsafe builds should be ok now
Diffstat (limited to 'ext/standard/file.h')
-rw-r--r-- | ext/standard/file.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/standard/file.h b/ext/standard/file.h index 4559a322a0..d1b58d937c 100644 --- a/ext/standard/file.h +++ b/ext/standard/file.h @@ -23,7 +23,8 @@ #ifndef FILE_H #define FILE_H -extern PHP_MINIT_FUNCTION(file); +PHP_MINIT_FUNCTION(file); +PHP_MSHUTDOWN_FUNCTION(file); PHP_FUNCTION(tempnam); PHP_NAMED_FUNCTION(php_if_tmpfile); |