summaryrefslogtreecommitdiff
path: root/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
commit2c9c9e92fddea12fe07e4fd7ab43499369f24d3c (patch)
tree2bcdda169770b158ce91970333614fc82c8019f0 /windows_port.c
parent1c5acf20891e17aa533a3955efe2080837c2a868 (diff)
downloadc-ares-2c9c9e92fddea12fe07e4fd7ab43499369f24d3c.tar.gz
c-ares-2c9c9e92fddea12fe07e4fd7ab43499369f24d3c.tar.bz2
c-ares-2c9c9e92fddea12fe07e4fd7ab43499369f24d3c.zip
Dominick Meglio's fix to make our private gettimeofday() use the ares_
namespace
Diffstat (limited to 'windows_port.c')
-rw-r--r--windows_port.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/windows_port.c b/windows_port.c
index 215c130..fa4adc5 100644
--- a/windows_port.c
+++ b/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;