summaryrefslogtreecommitdiff
path: root/tests/at-spi2-atk/atk_test_util.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/at-spi2-atk/atk_test_util.h')
-rw-r--r--tests/at-spi2-atk/atk_test_util.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/at-spi2-atk/atk_test_util.h b/tests/at-spi2-atk/atk_test_util.h
index 2af8f8b1..94859856 100644
--- a/tests/at-spi2-atk/atk_test_util.h
+++ b/tests/at-spi2-atk/atk_test_util.h
@@ -33,8 +33,8 @@
#include <sys/wait.h>
#include <unistd.h>
-AtspiAccessible *get_root_obj (const char *file_name);
-void fixture_teardown (gpointer fixture, gconstpointer user_data);
+void fixture_setup (TestAppFixture *fixture, gconstpointer user_data);
+void fixture_teardown (TestAppFixture *fixture, gconstpointer user_data);
void clean_exit_on_fail ();
#endif /* _ATK_TEST_UTIL_H */