Index: src/untrusted/irt/irt_interfaces.h |
diff --git a/src/untrusted/irt/irt_interfaces.h b/src/untrusted/irt/irt_interfaces.h |
index 91c464c0d23bf873bf0f411cb8e22a3f776e8501..0f0bdf8262b1368788d42f2fb7f388b77dead3f9 100644 |
--- a/src/untrusted/irt/irt_interfaces.h |
+++ b/src/untrusted/irt/irt_interfaces.h |
@@ -13,8 +13,10 @@ extern size_t nacl_irt_interface(const char *interface_ident, |
extern const struct nacl_irt_basic nacl_irt_basic; |
extern const struct nacl_irt_fdio nacl_irt_fdio; |
+extern const struct nacl_irt_dev_fdio nacl_irt_dev_fdio; |
extern const struct nacl_irt_filename nacl_irt_filename; |
-extern const struct nacl_irt_dev_filename_v0_2 nacl_irt_dev_filename; |
+extern const struct nacl_irt_dev_filename_v0_2 nacl_irt_dev_filename_v0_2; |
+extern const struct nacl_irt_dev_filename nacl_irt_dev_filename; |
extern const struct nacl_irt_memory_v0_1 nacl_irt_memory_v0_1; |
extern const struct nacl_irt_memory_v0_2 nacl_irt_memory_v0_2; |
extern const struct nacl_irt_memory nacl_irt_memory; |