From 39691bed9e9ce9480b2ee80edd275dca67ec840f Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Sun, 16 May 1999 11:19:26 +0000 Subject: conv_proto *.[ch] --- ext/standard/phpdir.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'ext/standard/phpdir.h') 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 */ -- cgit v1.2.1