diff options
Diffstat (limited to 'ext/standard/phpdir.h')
-rw-r--r-- | ext/standard/phpdir.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/ext/standard/phpdir.h b/ext/standard/phpdir.h index 5813f79c36..7d7bc985cb 100644 --- a/ext/standard/phpdir.h +++ b/ext/standard/phpdir.h @@ -34,11 +34,11 @@ #define _PHPDIR_H /* directory functions */ -extern void php3_opendir(INTERNAL_FUNCTION_PARAMETERS); -extern void php3_closedir(INTERNAL_FUNCTION_PARAMETERS); -extern void php3_chdir(INTERNAL_FUNCTION_PARAMETERS); -extern void php3_rewinddir(INTERNAL_FUNCTION_PARAMETERS); -extern void php3_readdir(INTERNAL_FUNCTION_PARAMETERS); -extern void php3_getdir(INTERNAL_FUNCTION_PARAMETERS); +PHP_FUNCTION(opendir); +PHP_FUNCTION(closedir); +PHP_FUNCTION(chdir); +PHP_FUNCTION(rewinddir); +PHP_FUNCTION(readdir); +PHP_FUNCTION(getdir); #endif /* _PHPDIR_H */ |