diff options
| author | Sascha Schumann <sas@php.net> | 1999-05-16 11:19:26 +0000 |
|---|---|---|
| committer | Sascha Schumann <sas@php.net> | 1999-05-16 11:19:26 +0000 |
| commit | 39691bed9e9ce9480b2ee80edd275dca67ec840f (patch) | |
| tree | 1157b0b5da25c06762da69493874e66e308e4c9c /ext/standard/phpdir.h | |
| parent | 5a4c63db531a762e2a2de025b0583293b1e7c679 (diff) | |
| download | php-git-39691bed9e9ce9480b2ee80edd275dca67ec840f.tar.gz | |
conv_proto *.[ch]
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 */ |
