summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>1999-12-17 22:34:04 +0000
committerZeev Suraski <zeev@php.net>1999-12-17 22:34:04 +0000
commit396bccfb1d686ee76f3718019f42d4841e36ae9d (patch)
tree557b2ff71c00370f55866afe33cf72aa568f90c6 /win32
parent878ed4934c54ff26e763ebc1544c9c079ea1a16a (diff)
downloadphp-git-396bccfb1d686ee76f3718019f42d4841e36ae9d.tar.gz
More php3_ cleanup
Diffstat (limited to 'win32')
-rw-r--r--win32/winutil.c2
-rw-r--r--win32/winutil.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/win32/winutil.c b/win32/winutil.c
index d22aa308dc..b7035994e7 100644
--- a/win32/winutil.c
+++ b/win32/winutil.c
@@ -6,7 +6,7 @@
static char Win_Error_msg[256];
#endif
-char *php3_win_err(void)
+char *php_win_err(void)
{
FormatMessage(
FORMAT_MESSAGE_FROM_SYSTEM,
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);