Index: webrtc/base/ipaddress.h |
diff --git a/webrtc/base/ipaddress.h b/webrtc/base/ipaddress.h |
index 606878b77de6e69547e7d5934f296461a2ea633e..0f32d3a1661ddad982587b8e204c6b643432a9ed 100644 |
--- a/webrtc/base/ipaddress.h |
+++ b/webrtc/base/ipaddress.h |
@@ -179,6 +179,8 @@ int IPAddressPrecedence(const IPAddress& ip); |
// Returns 'ip' truncated to be 'length' bits long. |
IPAddress TruncateIP(const IPAddress& ip, int length); |
+IPAddress GetLoopbackIP(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 |
// counted. |