Chromium Code Reviews| Index: src/untrusted/irt/irt_interfaces.h |
| =================================================================== |
| --- src/untrusted/irt/irt_interfaces.h (revision 9381) |
| +++ src/untrusted/irt/irt_interfaces.h (working copy) |
| @@ -8,6 +8,9 @@ |
| #include <stddef.h> |
| +/* controls whether cc shim'ed tables should be used */ |
| +extern int g_use_cc_shim; |
|
Roland McGrath
2012/08/06 23:32:24
Put this in irt_private.h instead.
Robert Muth (chromium)
2012/08/07 14:45:40
Done.
|
| + |
| extern size_t nacl_irt_interface(const char *interface_ident, |
| void *table, size_t tablesize); |