diff options
author | Zeev Suraski <zeev@php.net> | 1999-12-17 19:16:50 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 1999-12-17 19:16:50 +0000 |
commit | 02d3b39420839c9e09fd7c391f158e5c510bd600 (patch) | |
tree | 0dbd660f36a226fc545e719cb226114bb60f6c7c /main/php_realpath.h | |
parent | 9ebd037226fcaa1804df73c419d5529a16957e0b (diff) | |
download | php-git-02d3b39420839c9e09fd7c391f158e5c510bd600.tar.gz |
More php3_ annihilation
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 /* |