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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/check-helpers.h b/tests/check-helpers.h
index 85cebc1b3..4e91b3124 100644
--- a/tests/check-helpers.h
+++ b/tests/check-helpers.h
@@ -21,6 +21,7 @@
#include <glib.h>
#include <check.h>
+#include <libmissioncontrol/mc-account.h>
void
check_helpers_init (void);
@@ -43,5 +44,7 @@ G_STMT_START { \
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);
+void remove_account_from_gconf (McAccount *account);
+
#endif /* #ifndef __CHECK_HELPERS_H__ */