| Index: ppapi/native_client/src/untrusted/pnacl_irt_shim/irt_shim_ppapi.c
|
| diff --git a/ppapi/native_client/src/untrusted/pnacl_irt_shim/irt_shim_ppapi.c b/ppapi/native_client/src/untrusted/pnacl_irt_shim/irt_shim_ppapi.c
|
| index b52b8e9b3981cb8a79b6c6786d5d5c767b007964..f3296e630ade183932af9be842b40e26a98abe7f 100644
|
| --- a/ppapi/native_client/src/untrusted/pnacl_irt_shim/irt_shim_ppapi.c
|
| +++ b/ppapi/native_client/src/untrusted/pnacl_irt_shim/irt_shim_ppapi.c
|
| @@ -7,9 +7,9 @@
|
| #include "ppapi/native_client/src/untrusted/pnacl_irt_shim/irt_shim_ppapi.h"
|
|
|
| #include "native_client/src/untrusted/irt/irt.h"
|
| +#include "ppapi/nacl_irt/irt_ppapi.h"
|
| #include "ppapi/nacl_irt/public/irt_ppapi.h"
|
| #include "ppapi/native_client/src/untrusted/pnacl_irt_shim/pnacl_shim.h"
|
| -#include "ppapi/nacl_irt/plugin_main.h"
|
|
|
| /*
|
| * Defines a version of the version irt_ppapi_start and of the irt_ppapihook
|
| @@ -48,7 +48,6 @@ int (*real_irt_ppapi_start)(const struct PP_StartFunctions *) = NULL;
|
| * Otherwise, when linking directly into the IRT, we can refer to the
|
| * real irt_ppapi_start from irt_ppapi.
|
| */
|
| -extern int irt_ppapi_start(const struct PP_StartFunctions *);
|
| static int (* const real_irt_ppapi_start)(const struct PP_StartFunctions *) =
|
| &irt_ppapi_start;
|
| #endif
|
|
|