diff options
author | Zeev Suraski <zeev@php.net> | 1999-12-17 22:34:04 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 1999-12-17 22:34:04 +0000 |
commit | 396bccfb1d686ee76f3718019f42d4841e36ae9d (patch) | |
tree | 557b2ff71c00370f55866afe33cf72aa568f90c6 /win32/winutil.h | |
parent | 878ed4934c54ff26e763ebc1544c9c079ea1a16a (diff) | |
download | php-git-396bccfb1d686ee76f3718019f42d4841e36ae9d.tar.gz |
More php3_ cleanup
Diffstat (limited to 'win32/winutil.h')
-rw-r--r-- | win32/winutil.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/winutil.h b/win32/winutil.h index ca6c63a245..9e4feca8a4 100644 --- a/win32/winutil.h +++ b/win32/winutil.h @@ -1 +1 @@ -extern char *php3_win_err(void); +extern char *php_win_err(void); |