summaryrefslogtreecommitdiff
path: root/ares_platform.h
diff options
context:
space:
mode:
Diffstat (limited to 'ares_platform.h')
-rw-r--r--ares_platform.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ares_platform.h b/ares_platform.h
index 1a23ce9..8d61d25 100644
--- a/ares_platform.h
+++ b/ares_platform.h
@@ -29,7 +29,7 @@ typedef enum {
WIN_CE
} win_platform;
-extern win_platform getplatform(void);
+win_platform ares__getplatform(void);
#endif