summaryrefslogtreecommitdiff
path: root/lib/igt_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/igt_core.h')
-rw-r--r--lib/igt_core.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/igt_core.h b/lib/igt_core.h
index 83eac02b..1a324ee8 100644
--- a/lib/igt_core.h
+++ b/lib/igt_core.h
@@ -732,7 +732,8 @@ extern enum igt_log_level igt_log_level;
} while (0)
-void igt_set_timeout(unsigned int seconds);
+void igt_set_timeout(unsigned int seconds,
+ const char *op);
FILE *__igt_fopen_data(const char* igt_srcdir, const char* igt_datadir,
const char* filename);