--- a/libgaim/tests/tests.h Sat Dec 02 19:57:47 2006 +0000 +++ b/libgaim/tests/tests.h Sat Dec 02 21:12:20 2006 +0000 @@ -6,8 +6,9 @@ /* define the test suites here */ /* remember to add the suite to the runner in check_libgaim.c */ +Suite * cipher_suite(void); +Suite * jabber_jutil_suite(void); Suite * util_suite(void); -Suite * cipher_suite(void); /* helper macros */ #define assert_string_equal(expected, actual) { \