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 6585b486a6327d8e17dd2250dbb90e89184f40b9..72937259fa69f1092130931571347c8a706ef83f 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 |
@@ -968,6 +968,11 @@ class PpbUDPSocketPrivateRpcClient { |
nacl_abi_size_t addr_bytes, char* addr, |
int32_t callback_id, |
int32_t* pp_error); |
+ static NaClSrpcError PPB_UDPSocket_Private_GetBoundAddress( |
+ NaClSrpcChannel* channel, |
+ PP_Resource udp_socket, |
+ nacl_abi_size_t* addr_bytes, char* addr, |
+ int32_t* success); |
static NaClSrpcError PPB_UDPSocket_Private_RecvFrom( |
NaClSrpcChannel* channel, |
PP_Resource udp_socket, |