summaryrefslogtreecommitdiff
path: root/nameser.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-03-09 09:47:51 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-03-09 09:47:51 +0000
commit9df1eda502f8e01803c69cfa2708b217a5b3af15 (patch)
treec9b822cc3b65c0053f65cc8c01da88687adae836 /nameser.h
parent69cfbb9f481b406558b5033a94e553eac2a78627 (diff)
downloadc-ares-9df1eda502f8e01803c69cfa2708b217a5b3af15.tar.gz
c-ares-9df1eda502f8e01803c69cfa2708b217a5b3af15.tar.bz2
c-ares-9df1eda502f8e01803c69cfa2708b217a5b3af15.zip
timezone dummy to build better on Windows - Gisle Vanem
Diffstat (limited to 'nameser.h')
-rw-r--r--nameser.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/nameser.h b/nameser.h
index 73a9e18..3553f8b 100644
--- a/nameser.h
+++ b/nameser.h
@@ -21,7 +21,8 @@ struct iovec
#define getpid() _getpid()
-int strcasecmp(const char *a, const char *b);
+struct timezone { int dummy; };
+
int ares_gettimeofday(struct timeval *tv, struct timezone *tz);
#define gettimeofday(tv,tz) ares_gettimeofday(tv,tz)