summaryrefslogtreecommitdiff
path: root/tests/vb2_ui_tests.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/vb2_ui_tests.c')
-rw-r--r--tests/vb2_ui_tests.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/vb2_ui_tests.c b/tests/vb2_ui_tests.c
index ca9a9987..95d22900 100644
--- a/tests/vb2_ui_tests.c
+++ b/tests/vb2_ui_tests.c
@@ -527,9 +527,10 @@ int vb2ex_physical_presence_pressed(void)
return mock_pp_pressed[mock_iters];
}
-void vb2api_enable_developer_mode(struct vb2_context *c)
+vb2_error_t vb2api_enable_developer_mode(struct vb2_context *c)
{
mock_enable_dev_mode = 1;
+ return VB2_SUCCESS;
}
const char *vb2ex_get_debug_info(struct vb2_context *c)