diff options
Diffstat (limited to 'ppapi/c/private/ppb_flash_tcp_socket.h')
-rw-r--r-- | ppapi/c/private/ppb_flash_tcp_socket.h | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/ppapi/c/private/ppb_flash_tcp_socket.h b/ppapi/c/private/ppb_flash_tcp_socket.h index 2a6bc19..ee1d620 100644 --- a/ppapi/c/private/ppb_flash_tcp_socket.h +++ b/ppapi/c/private/ppb_flash_tcp_socket.h @@ -1,9 +1,9 @@ -/* Copyright (c) 2011 The Chromium Authors. All rights reserved. +/* Copyright (c) 2012 The Chromium Authors. All rights reserved. * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ -/* From private/ppb_flash_tcp_socket.idl modified Wed Nov 9 12:53:35 2011. */ +/* From private/ppb_flash_tcp_socket.idl modified Thu Nov 10 10:21:43 2011. */ #ifndef PPAPI_C_PRIVATE_PPB_FLASH_TCP_SOCKET_H_ #define PPAPI_C_PRIVATE_PPB_FLASH_TCP_SOCKET_H_ @@ -33,7 +33,7 @@ * The <code>PPB_Flash_TCPSocket</code> interface provides TCP socket * operations. */ -struct PPB_Flash_TCPSocket { +struct PPB_Flash_TCPSocket_0_2 { /** * Allocates a TCP socket resource. */ @@ -121,6 +121,8 @@ struct PPB_Flash_TCPSocket { */ void (*Disconnect)(PP_Resource tcp_socket); }; + +typedef struct PPB_Flash_TCPSocket_0_2 PPB_Flash_TCPSocket; /** * @} */ |