summaryrefslogtreecommitdiffstats
path: root/tests/io_mock.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/io_mock.h')
-rw-r--r--tests/io_mock.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/io_mock.h b/tests/io_mock.h
index a285e5345..7c235d820 100644
--- a/tests/io_mock.h
+++ b/tests/io_mock.h
@@ -95,4 +95,6 @@ struct io_mock {
void io_mock_register(const struct io_mock *io);
+const struct io_mock *get_io(void);
+
#endif