Fixed build error
[platform/upstream/c-ares.git] / ares_set_local_ip4.3
index b7955b7..82f5fae 100644 (file)
@@ -20,7 +20,7 @@ ares_set_local_ip4 \- Set local IPv4 address outgoing requests.
 .nf
 .B #include <ares.h>
 .PP
-.B void ares_set_local_ip4(ares_channel \fIchannel\fP, uint32_t \fIlocal_ip\fP)
+.B void ares_set_local_ip4(ares_channel \fIchannel\fP, unsigned int \fIlocal_ip\fP)
 .fi
 .SH DESCRIPTION
 The \fBares_set_local_ip4\fP function sets the IP address for outbound
@@ -29,6 +29,6 @@ on multi-homed systems.
 .SH SEE ALSO
 .BR ares_set_local_ip6 (3)
 .SH NOTES
-This function was added in c-ares 1.7.2
+This function was added in c-ares 1.7.4
 .SH AUTHOR
 Ben Greear