Chromium Code Reviews| Index: src/untrusted/irt/irt.h |
| =================================================================== |
| --- src/untrusted/irt/irt.h (revision 6419) |
| +++ src/untrusted/irt/irt.h (working copy) |
| @@ -143,6 +143,11 @@ |
| void (*ppapi_register_thread_creator)(const struct PP_ThreadFunctions *); |
| }; |
| +#define NACL_IRT_RESOURCE_OPEN_v0_1 "nacl-irt-resource-open-0.1" |
| +struct nacl_irt_resource_open { |
| + int (*open_resource)(const char* file, int *fd); |
|
Roland McGrath
2011/08/16 17:32:50
'const char *file'. We don't use C++ style in C.
halyavin
2011/08/16 18:06:25
Done.
|
| +}; |
| + |
| #if __cplusplus |
| } |
| #endif |