Index: webrtc/base/ipaddress.h |
diff --git a/webrtc/base/ipaddress.h b/webrtc/base/ipaddress.h |
index fe2d6e2c922097ad2ed406aff5f3e1fcb1784119..0789017e6d254a07098e8777c40039283a5144ce 100644 |
--- a/webrtc/base/ipaddress.h |
+++ b/webrtc/base/ipaddress.h |
@@ -180,6 +180,7 @@ int IPAddressPrecedence(const IPAddress& ip); |
IPAddress TruncateIP(const IPAddress& ip, int length); |
IPAddress GetLoopbackIP(int family); |
+IPAddress GetAnyIP(int family); |
// Returns the number of contiguously set bits, counting from the MSB in network |
// byte order, in this IPAddress. Bits after the first 0 encountered are not |