libgaim/tests/tests.h

changeset 15154
40b03e555de9
parent 15107
9873435e156d
--- 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) { \

mercurial