1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-07-07 18:04:15 -04:00
profanity/tests/test_muc.h

10 lines
335 B
C
Raw Normal View History

2014-01-30 18:41:18 -05:00
void muc_before_test(void **state);
void muc_after_test(void **state);
2014-01-30 18:32:52 -05:00
void test_muc_add_invite(void **state);
2014-01-30 18:36:24 -05:00
void test_muc_remove_invite(void **state);
2014-01-30 18:49:58 -05:00
void test_muc_invite_count_0(void **state);
void test_muc_invite_count_5(void **state);
2014-01-30 19:10:28 -05:00
void test_muc_room_is_not_active(void **state);
void test_muc_room_is_active(void **state);