summaryrefslogtreecommitdiff
path: root/ext/standard/file.h
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2001-01-13 23:49:44 +0000
committerZeev Suraski <zeev@php.net>2001-01-13 23:49:44 +0000
commita85da45a66d05047ab66669622990e652c719f8d (patch)
tree3fdae20d22ce58020f4af010b30527cab4d34964 /ext/standard/file.h
parent94ca2181fbd6d00dd835097bb4e7d86662e9c401 (diff)
downloadphp-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.h3
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);