| Index: ppapi/native_client/src/shared/ppapi_proxy/untrusted/srpcgen/ppb_rpc.h
|
| diff --git a/ppapi/native_client/src/shared/ppapi_proxy/untrusted/srpcgen/ppb_rpc.h b/ppapi/native_client/src/shared/ppapi_proxy/untrusted/srpcgen/ppb_rpc.h
|
| index 1b6a485e5fddf21da5d6fd919973617e41e6b0d8..288455f2e19923a346dd06d7458f9624f03d959a 100644
|
| --- a/ppapi/native_client/src/shared/ppapi_proxy/untrusted/srpcgen/ppb_rpc.h
|
| +++ b/ppapi/native_client/src/shared/ppapi_proxy/untrusted/srpcgen/ppb_rpc.h
|
| @@ -799,6 +799,21 @@ class PpbNetAddressPrivateRpcClient {
|
| nacl_abi_size_t addr_bytes, char* addr,
|
| nacl_abi_size_t* address_bytes, char* address,
|
| int32_t* success);
|
| + static NaClSrpcError PPB_NetAddress_Private_GetScopeID(
|
| + NaClSrpcChannel* channel,
|
| + nacl_abi_size_t addr_bytes, char* addr,
|
| + int32_t* scope_id);
|
| + static NaClSrpcError PPB_NetAddress_Private_CreateFromIPv4Address(
|
| + NaClSrpcChannel* channel,
|
| + nacl_abi_size_t ip_bytes, char* ip,
|
| + int32_t port,
|
| + nacl_abi_size_t* addr_bytes, char* addr);
|
| + static NaClSrpcError PPB_NetAddress_Private_CreateFromIPv6Address(
|
| + NaClSrpcChannel* channel,
|
| + nacl_abi_size_t ip_bytes, char* ip,
|
| + int32_t scope_id,
|
| + int32_t port,
|
| + nacl_abi_size_t* addr_bytes, char* addr);
|
|
|
| private:
|
| PpbNetAddressPrivateRpcClient();
|
|
|