diff options
author | Zeev Suraski <zeev@php.net> | 2000-06-29 21:51:40 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2000-06-29 21:51:40 +0000 |
commit | 7fb72c172608af3ced3b14ea98c279656b856c56 (patch) | |
tree | 4b9dfe8050bb79283a5ec51cb84e8129cf7f009f /ext/standard/php_dir.h | |
parent | 4e5597e0618ee3f834cf3d020b56af4ac8c85cb4 (diff) | |
download | php-git-7fb72c172608af3ced3b14ea98c279656b856c56.tar.gz |
Fixed opendir() thoroughly
Diffstat (limited to 'ext/standard/php_dir.h')
-rw-r--r-- | ext/standard/php_dir.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/standard/php_dir.h b/ext/standard/php_dir.h index 5d636edc1e..566a97c713 100644 --- a/ext/standard/php_dir.h +++ b/ext/standard/php_dir.h @@ -23,7 +23,8 @@ #define _PHP_DIR_H /* directory functions */ -extern PHP_MINIT_FUNCTION(dir); +PHP_MINIT_FUNCTION(dir); +PHP_RINIT_FUNCTION(dir); PHP_FUNCTION(opendir); PHP_FUNCTION(closedir); PHP_FUNCTION(chdir); |