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/safe_mode.h | |
parent | 9ebd037226fcaa1804df73c419d5529a16957e0b (diff) | |
download | php-git-02d3b39420839c9e09fd7c391f158e5c510bd600.tar.gz |
More php3_ annihilation
Diffstat (limited to 'main/safe_mode.h')
-rw-r--r-- | main/safe_mode.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/safe_mode.h b/main/safe_mode.h index 3ae320b46d..8fba1db8c5 100644 --- a/main/safe_mode.h +++ b/main/safe_mode.h @@ -1,7 +1,7 @@ #ifndef _SAFE_MODE_H_ #define _SAFE_MODE_H_ -extern PHPAPI int _php3_checkuid(const char *filename, int mode); -extern PHPAPI char *_php3_get_current_user(void); +extern PHPAPI int php_checkuid(const char *filename, int mode); +extern PHPAPI char *php_get_current_user(void); #endif |