Index: ppapi/c/ppb_file_io.h |
diff --git a/ppapi/c/ppb_file_io.h b/ppapi/c/ppb_file_io.h |
index aa028b1e000064225a21a1dee5abbff0be8ad37f..cab8713d1e832bf25334016a5c9daa733468ad6b 100644 |
--- a/ppapi/c/ppb_file_io.h |
+++ b/ppapi/c/ppb_file_io.h |
@@ -3,7 +3,7 @@ |
* found in the LICENSE file. |
*/ |
-/* From ppb_file_io.idl modified Thu Dec 1 10:47:02 2011. */ |
+/* From ppb_file_io.idl modified Wed Dec 14 18:08:00 2011. */ |
#ifndef PPAPI_C_PPB_FILE_IO_H_ |
#define PPAPI_C_PPB_FILE_IO_H_ |
@@ -73,7 +73,7 @@ PP_COMPILE_ASSERT_SIZE_IN_BYTES(PP_FileOpenFlags, 4); |
* The <code>PPB_FileIO</code> struct is used to operate on a regular file |
* (PP_FileType_Regular). |
*/ |
-struct PPB_FileIO { |
+struct PPB_FileIO_1_0 { |
/** |
* Create() creates a new FileIO object. |
* |
@@ -253,6 +253,8 @@ struct PPB_FileIO { |
*/ |
void (*Close)(PP_Resource file_io); |
}; |
+ |
+typedef struct PPB_FileIO_1_0 PPB_FileIO; |
/** |
* @} |
*/ |