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 1f3b99382e3a887e4bdb0e04985b604daa9f26d6..095f229c99a3a3675dfbc1957a877e0d177b8f7e 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 |
@@ -981,6 +981,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, |