Index: ppapi/cpp/private/net_address_private.h |
=================================================================== |
--- ppapi/cpp/private/net_address_private.h (revision 119128) |
+++ ppapi/cpp/private/net_address_private.h (working copy) |
@@ -28,6 +28,10 @@ |
uint16_t port, |
PP_NetAddress_Private* addr_out); |
static void GetAnyAddress(bool is_ipv6, PP_NetAddress_Private* addr); |
+ static uint16_t GetFamily(const PP_NetAddress_Private* addr); |
+ static uint16_t GetPort(const PP_NetAddress_Private* addr); |
+ static bool GetAddress(const PP_NetAddress_Private* addr, void* address, |
+ uint16_t address_size); |
}; |
} // namespace pp |