aboutsummaryrefslogtreecommitdiffstats
path: root/tests/check-helpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/check-helpers.h')
-rw-r--r--tests/check-helpers.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/check-helpers.h b/tests/check-helpers.h
index b71b3b65b..85cebc1b3 100644
--- a/tests/check-helpers.h
+++ b/tests/check-helpers.h
@@ -40,4 +40,8 @@ G_STMT_START { \
expect_critical (FALSE); \
} G_STMT_END;
+gchar * get_xml_file (const gchar *filename);
+gchar * get_user_xml_file (const gchar *filename);
+void copy_xml_file (const gchar *orig, const gchar *dest);
+
#endif /* #ifndef __CHECK_HELPERS_H__ */