summaryrefslogtreecommitdiff
path: root/main/php_realpath.h
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>1999-12-17 19:16:50 +0000
committerZeev Suraski <zeev@php.net>1999-12-17 19:16:50 +0000
commit02d3b39420839c9e09fd7c391f158e5c510bd600 (patch)
tree0dbd660f36a226fc545e719cb226114bb60f6c7c /main/php_realpath.h
parent9ebd037226fcaa1804df73c419d5529a16957e0b (diff)
downloadphp-git-02d3b39420839c9e09fd7c391f158e5c510bd600.tar.gz
More php3_ annihilation
Diffstat (limited to 'main/php_realpath.h')
-rw-r--r--main/php_realpath.h2
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
/*