Commit 425460f7 authored by mseaborn@chromium.org's avatar mseaborn@chromium.org

NaCl: Fix irt_ppapi.h to compile with -Wstrict-prototypes

BUG=https://code.google.com/p/nativeclient/issues/detail?id=3114
TEST=compile

Review URL: https://codereview.chromium.org/312323005

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275297 0039d316-1c4b-4281-b951-d872f2087c98
parent ca2d0813
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
struct PP_StartFunctions { struct PP_StartFunctions {
int32_t (*PPP_InitializeModule)(PP_Module module_id, int32_t (*PPP_InitializeModule)(PP_Module module_id,
PPB_GetInterface get_browser_interface); PPB_GetInterface get_browser_interface);
void (*PPP_ShutdownModule)(); void (*PPP_ShutdownModule)(void);
const void* (*PPP_GetInterface)(const char* interface_name); const void* (*PPP_GetInterface)(const char* interface_name);
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment