diff options
Diffstat (limited to 'ext/standard/php3_dir.h')
-rw-r--r-- | ext/standard/php3_dir.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/standard/php3_dir.h b/ext/standard/php3_dir.h index ee0e719dd7..33e6f15643 100644 --- a/ext/standard/php3_dir.h +++ b/ext/standard/php3_dir.h @@ -45,4 +45,6 @@ extern void php3_rewinddir(INTERNAL_FUNCTION_PARAMETERS); extern void php3_readdir(INTERNAL_FUNCTION_PARAMETERS); extern void php3_getdir(INTERNAL_FUNCTION_PARAMETERS); +#define phpext_dir_ptr php3_dir_module_ptr + #endif /* _PHP3_DIR_H */ |