summaryrefslogtreecommitdiff
path: root/ares_platform.h
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2011-03-25 17:57:02 +0100
committerYang Tse <yangsita@gmail.com>2011-03-25 17:57:02 +0100
commit5e5c0132e6469a7eaa580ebc156fd87e650ee4cb (patch)
treefb894041cbb2b569083d420c0fc1514f8c3b03f1 /ares_platform.h
parente49ce8f97330789dc74d7e32d5d7b8828a7d557f (diff)
downloadc-ares-5e5c0132e6469a7eaa580ebc156fd87e650ee4cb.tar.gz
c-ares-5e5c0132e6469a7eaa580ebc156fd87e650ee4cb.tar.bz2
c-ares-5e5c0132e6469a7eaa580ebc156fd87e650ee4cb.zip
renamed getplatform() to ares__getplatform() to avoid namespace pollution
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