summaryrefslogtreecommitdiff
path: root/ares.h
diff options
context:
space:
mode:
authorGuenter Knauf <lists@gknw.net>2010-07-29 23:27:46 +0200
committerGuenter Knauf <lists@gknw.net>2010-07-29 23:27:46 +0200
commit28ff9336d5c8993e197502d68c45c5b7f4fe83d6 (patch)
treeb4bee494b8d160c370abab90f46ac9c1a11538e3 /ares.h
parente3b04e5a4796215d2483aba3cb75c72ba337ac14 (diff)
downloadc-ares-28ff9336d5c8993e197502d68c45c5b7f4fe83d6.tar.gz
c-ares-28ff9336d5c8993e197502d68c45c5b7f4fe83d6.tar.bz2
c-ares-28ff9336d5c8993e197502d68c45c5b7f4fe83d6.zip
Replaced uint32_t with unsigned int to fix broken builds on a couple of platforms.
Diffstat (limited to 'ares.h')
-rw-r--r--ares.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ares.h b/ares.h
index 3b4ff13..9456a14 100644
--- a/ares.h
+++ b/ares.h
@@ -317,7 +317,7 @@ CARES_EXTERN void ares_cancel(ares_channel channel);
* connection. Use these to specify source IP and/or network device
* on multi-homed systems.
*/
-CARES_EXTERN void ares_set_local_ip4(ares_channel channel, uint32_t local_ip);
+CARES_EXTERN void ares_set_local_ip4(ares_channel channel, unsigned int local_ip);
/* local_ip6 should be 16 bytes in length */
CARES_EXTERN void ares_set_local_ip6(ares_channel channel,