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/php3_dir.h | |
parent | 5a4c63db531a762e2a2de025b0583293b1e7c679 (diff) | |
download | php-git-39691bed9e9ce9480b2ee80edd275dca67ec840f.tar.gz |
conv_proto *.[ch]
Diffstat (limited to 'ext/standard/php3_dir.h')
-rw-r--r-- | ext/standard/php3_dir.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/ext/standard/php3_dir.h b/ext/standard/php3_dir.h index 33e6f15643..1ab682ca84 100644 --- a/ext/standard/php3_dir.h +++ b/ext/standard/php3_dir.h @@ -38,12 +38,12 @@ extern php3_module_entry php3_dir_module_entry; /* directory functions */ extern int php3_minit_dir(INIT_FUNC_ARGS); -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); #define phpext_dir_ptr php3_dir_module_ptr |