Index: webrtc/base/ipaddress.h |
diff --git a/webrtc/base/ipaddress.h b/webrtc/base/ipaddress.h |
index fb222eeba3f2c3a88f598e8440bc391fd01b7831..0361f794fc2ed35329ee908f824e6a84d9799c70 100644 |
--- a/webrtc/base/ipaddress.h |
+++ b/webrtc/base/ipaddress.h |
@@ -176,6 +176,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. |