diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-10-13 15:54:09 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-10-13 15:54:09 +0800 |
commit | 847a1e698af32218b1e464180aa2268b2bf68df0 (patch) | |
tree | 5745a1794bdd7a36e1711150c8d8daff148f5f41 /tests/check-helpers.h | |
parent | 861c07c7e33e1a0145d9a46fa98e5b50e0cee19b (diff) | |
download | gsoc2013-empathy-847a1e698af32218b1e464180aa2268b2bf68df0.tar gsoc2013-empathy-847a1e698af32218b1e464180aa2268b2bf68df0.tar.gz gsoc2013-empathy-847a1e698af32218b1e464180aa2268b2bf68df0.tar.bz2 gsoc2013-empathy-847a1e698af32218b1e464180aa2268b2bf68df0.tar.lz gsoc2013-empathy-847a1e698af32218b1e464180aa2268b2bf68df0.tar.xz gsoc2013-empathy-847a1e698af32218b1e464180aa2268b2bf68df0.tar.zst gsoc2013-empathy-847a1e698af32218b1e464180aa2268b2bf68df0.zip |
add remove_account_from_gconf to check-helpers
svn path=/trunk/; revision=1550
Diffstat (limited to 'tests/check-helpers.h')
-rw-r--r-- | tests/check-helpers.h | 3 |
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__ */ |