diff options
Diffstat (limited to 'lib/igt_core.h')
-rw-r--r-- | lib/igt_core.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/igt_core.h b/lib/igt_core.h index 177d2431..521cda10 100644 --- a/lib/igt_core.h +++ b/lib/igt_core.h @@ -83,6 +83,8 @@ extern const char* __igt_test_description __attribute__((weak)); extern bool __igt_plain_output; extern char *igt_frame_dump_path; +struct _GKeyFile *igt_load_igtrc(void); + /** * IGT_TEST_DESCRIPTION: * @str: description string |