Index: src/trusted/service_runtime/sel_main_chrome.h |
diff --git a/src/trusted/service_runtime/sel_main_chrome.h b/src/trusted/service_runtime/sel_main_chrome.h |
index b456dbd32fcb9fb49f6dbf31f3fad90d34c19098..f75e562a9519367b17a896ac726eb7f96a49bc76 100644 |
--- a/src/trusted/service_runtime/sel_main_chrome.h |
+++ b/src/trusted/service_runtime/sel_main_chrome.h |
@@ -9,6 +9,7 @@ |
#include "native_client/src/include/nacl_base.h" |
#include "native_client/src/shared/imc/nacl_imc_c.h" |
+#include "native_client/src/trusted/validator/validation_cache.h" |
EXTERN_C_BEGIN |
@@ -20,6 +21,8 @@ EXTERN_C_BEGIN |
*/ |
void NaClSetIrtFileDesc(int fd); |
+void NaClSetValidationCache(NaClValidationCache *cache); |
+ |
void NaClMainForChromium(int handle_count, const NaClHandle *handles, |
int debug); |