diff options
author | Xavier Claessens <xclaesse@src.gnome.org> | 2008-10-13 15:54:25 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@src.gnome.org> | 2008-10-13 15:54:25 +0800 |
commit | 7efe482b09cb2709fc82d777827c0043d0035406 (patch) | |
tree | 67f811e6f2072bf63864fe1256ff3426f16265c8 /tests/check-empathy-helpers.h | |
parent | 44352aaa83077ed3853a74b65c486116653d10ac (diff) | |
download | gsoc2013-empathy-7efe482b09cb2709fc82d777827c0043d0035406.tar gsoc2013-empathy-7efe482b09cb2709fc82d777827c0043d0035406.tar.gz gsoc2013-empathy-7efe482b09cb2709fc82d777827c0043d0035406.tar.bz2 gsoc2013-empathy-7efe482b09cb2709fc82d777827c0043d0035406.tar.lz gsoc2013-empathy-7efe482b09cb2709fc82d777827c0043d0035406.tar.xz gsoc2013-empathy-7efe482b09cb2709fc82d777827c0043d0035406.tar.zst gsoc2013-empathy-7efe482b09cb2709fc82d777827c0043d0035406.zip |
factor out create_test_account
svn path=/trunk/; revision=1554
Diffstat (limited to 'tests/check-empathy-helpers.h')
-rw-r--r-- | tests/check-empathy-helpers.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/check-empathy-helpers.h b/tests/check-empathy-helpers.h index 086d00196..2434af14b 100644 --- a/tests/check-empathy-helpers.h +++ b/tests/check-empathy-helpers.h @@ -26,5 +26,6 @@ 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); #endif /* #ifndef __CHECK_EMPATHY_HELPERS_H__ */ |