aboutsummaryrefslogtreecommitdiff
path: root/ares/windows_port.c
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-01-04 12:19:06 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-01-04 12:19:06 +0000
commit9ebe4ab60cd25fce9641fe20484e5b649b36bfcb (patch)
tree7f0d9701f126bb9e1b4280c6d2e6fe97c909456e /ares/windows_port.c
parenta0edfb90c22a25b2198fd1d67b5678d28090ee1f (diff)
Dominick Meglio's fix to make our private gettimeofday() use the ares_
namespace
Diffstat (limited to 'ares/windows_port.c')
-rw-r--r--ares/windows_port.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ares/windows_port.c b/ares/windows_port.c
index 215c130b4..fa4adc55f 100644
--- a/ares/windows_port.c
+++ b/ares/windows_port.c
@@ -25,7 +25,7 @@ strcasecmp(const char *a, const char *b)
}
int
-gettimeofday(struct timeval *tv, struct timezone *tz)
+ares_gettimeofday(struct timeval *tv, struct timezone *tz)
{
FILETIME ft;
LARGE_INTEGER li;