Index: src/untrusted/irt/irt_interfaces.h |
=================================================================== |
--- src/untrusted/irt/irt_interfaces.h (revision 9574) |
+++ src/untrusted/irt/irt_interfaces.h (working copy) |
@@ -1,5 +1,5 @@ |
/* |
- * Copyright (c) 2012 The Native Client Authors. All rights reserved. |
+ * Copyright 2012 The Native Client Authors. All rights reserved. |
* Use of this source code is governed by a BSD-style license that can be |
* found in the LICENSE file. |
*/ |
@@ -23,6 +23,7 @@ |
extern const struct nacl_irt_tls nacl_irt_tls; |
extern const struct nacl_irt_blockhook nacl_irt_blockhook; |
extern const struct nacl_irt_ppapihook nacl_irt_ppapihook; |
+extern const struct nacl_irt_ppapihook nacl_irt_ppapihook_shimmed; |
extern const struct nacl_irt_resource_open nacl_irt_resource_open; |
extern const struct nacl_irt_random nacl_irt_random; |
extern const struct nacl_irt_clock nacl_irt_clock; |