aboutsummaryrefslogtreecommitdiff
path: root/src/common/address.h
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2015-02-12 14:50:13 -0500
committerNick Mathewson <nickm@torproject.org>2015-02-12 14:50:13 -0500
commit5644d92dd7081e4a18d7385e68cee907ba67c451 (patch)
tree328bedd9edf045c47c556b0784165be24e6564c0 /src/common/address.h
parentf794a091647050efa97719581f99c453b38074dd (diff)
parentc8ce973dc7787b5fcf3fbe4527a45575b2fdf5d6 (diff)
downloadtor-5644d92dd7081e4a18d7385e68cee907ba67c451.tar.gz
tor-5644d92dd7081e4a18d7385e68cee907ba67c451.zip
Merge remote-tracking branch 'sebastian/bug14875'
Diffstat (limited to 'src/common/address.h')
-rw-r--r--src/common/address.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/address.h b/src/common/address.h
index 8c6ee5abbb..df835e917a 100644
--- a/src/common/address.h
+++ b/src/common/address.h
@@ -287,7 +287,7 @@ STATIC smartlist_t *get_interface_addresses_win32(int severity);
#endif
#ifdef HAVE_IFCONF_TO_SMARTLIST
-STATIC smartlist_t *ifreq_to_smartlist(const struct ifreq *ifr,
+STATIC smartlist_t *ifreq_to_smartlist(char *ifr,
size_t buflen);
STATIC smartlist_t *get_interface_addresses_ioctl(int severity);
#endif