From a3a3e0fce5f39207fb16c1de0ff2258981d25bab Mon Sep 17 00:00:00 2001 From: Daniel Vetter Date: Tue, 5 Sep 2017 14:36:08 +0200 Subject: lib: prefix frame_dump_path Just a bit of ocd for anything non-static. Acked-by: Jani Nikula Acked-by: Arkadiusz Hiler Acked-by: Petri Latvala Acked-by: Daniel Stone Acked-by: Radoslaw Szwichtenberg Signed-off-by: Daniel Vetter --- lib/igt_core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/igt_core.h') diff --git a/lib/igt_core.h b/lib/igt_core.h index 22b8c223..c90ae2de 100644 --- a/lib/igt_core.h +++ b/lib/igt_core.h @@ -50,7 +50,7 @@ extern const char* __igt_test_description __attribute__((weak)); extern bool __igt_plain_output; extern GKeyFile *igt_key_file; -extern char *frame_dump_path; +extern char *igt_frame_dump_path; /** * IGT_TEST_DESCRIPTION: -- cgit v1.2.3