diff options
Diffstat (limited to 'tests/check-empathy-helpers.h')
-rw-r--r-- | tests/check-empathy-helpers.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/check-empathy-helpers.h b/tests/check-empathy-helpers.h index 2434af14b..411816bc1 100644 --- a/tests/check-empathy-helpers.h +++ b/tests/check-empathy-helpers.h @@ -25,7 +25,7 @@ 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); McAccount * create_test_account (void); +void destroy_test_account (McAccount *account); #endif /* #ifndef __CHECK_EMPATHY_HELPERS_H__ */ |