Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / ppapi / native_client / src / trusted / plugin / nacl_entry_points.h
index 0d18208..b924066 100644 (file)
@@ -13,6 +13,7 @@
 #include <string>
 
 #include "native_client/src/shared/imc/nacl_imc_c.h"
+#include "ppapi/c/pp_completion_callback.h"
 #include "ppapi/c/pp_instance.h"
 #include "ppapi/c/private/ppb_instance_private.h"
 
@@ -26,7 +27,8 @@ typedef PP_ExternalPluginResult (*LaunchNaClProcessFunc)(
     PP_Bool enable_exception_handling,
     PP_Bool enable_crash_throttling,
     NaClHandle* result_socket,
-    struct PP_Var* error_message);
+    struct PP_Var* error_message,
+    PP_CompletionCallback callback);
 
 
 extern LaunchNaClProcessFunc launch_nacl_process;