mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
8 lines
243 B
C
8 lines
243 B
C
void muc_before_test(void **state);
|
|
void muc_after_test(void **state);
|
|
|
|
void test_muc_add_invite(void **state);
|
|
void test_muc_remove_invite(void **state);
|
|
void test_muc_invite_count_0(void **state);
|
|
void test_muc_invite_count_5(void **state);
|