aboutsummaryrefslogtreecommitdiff
path: root/ares/ares_library_init.h
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2009-11-11 08:56:46 +0000
committerYang Tse <yangsita@gmail.com>2009-11-11 08:56:46 +0000
commit5d786d0e9795f6a210645bd75717d3ef1849e5ff (patch)
tree0cd84347575d2f02fab95133ee26a769b3338730 /ares/ares_library_init.h
parent5f77eea408cde7975042deb285cf80be1691f34f (diff)
Renamed fpGetNetworkParams and fpSystemFunction036 to avoid namespace pollution with static library
Diffstat (limited to 'ares/ares_library_init.h')
-rw-r--r--ares/ares_library_init.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ares/ares_library_init.h b/ares/ares_library_init.h
index dc8f11693..515c17d82 100644
--- a/ares/ares_library_init.h
+++ b/ares/ares_library_init.h
@@ -31,8 +31,8 @@ typedef BOOLEAN (APIENTRY *fpSystemFunction036_t) (void*, ULONG);
/* Forward-declaration of variables defined in ares_library_init.c */
/* that are global and unique instances for whole c-ares library. */
-extern fpGetNetworkParams_t fpGetNetworkParams;
-extern fpSystemFunction036_t fpSystemFunction036;
+extern fpGetNetworkParams_t ares_fpGetNetworkParams;
+extern fpSystemFunction036_t ares_fpSystemFunction036;
#endif /* USE_WINSOCK */