diff options
Diffstat (limited to 'main/php_realpath.h')
-rw-r--r-- | main/php_realpath.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/php_realpath.h b/main/php_realpath.h index 92ecdf8574..9510c43695 100644 --- a/main/php_realpath.h +++ b/main/php_realpath.h @@ -19,7 +19,7 @@ #ifndef _PHP_REALPATH_H_ #define _PHP_REALPATH_H_ -extern char *_php3_realpath(const char *path, char resolved_path []); +extern char *php_realpath(const char *path, char resolved_path []); #endif /* |