| Index: ppapi/native_client/src/untrusted/irt_stub/thread_creator.h
|
| diff --git a/ppapi/native_client/src/untrusted/irt_stub/thread_creator.h b/ppapi/native_client/src/untrusted/irt_stub/thread_creator.h
|
| index ac4258f9961acaa03db0d7b01b5da4ae920ce2ea..7adbabe78052c1a648790891f2d785e619112aa5 100644
|
| --- a/ppapi/native_client/src/untrusted/irt_stub/thread_creator.h
|
| +++ b/ppapi/native_client/src/untrusted/irt_stub/thread_creator.h
|
| @@ -10,6 +10,14 @@
|
| #include "native_client/src/untrusted/irt/irt.h"
|
| #include "ppapi/nacl_irt/public/irt_ppapi.h"
|
|
|
| +#ifdef __cplusplus
|
| +extern "C" {
|
| +#endif
|
| +
|
| void __nacl_register_thread_creator(const struct nacl_irt_ppapihook *hooks);
|
|
|
| +#ifdef __cplusplus
|
| +} // extern "C"
|
| +#endif
|
| +
|
| #endif
|
|
|