about summary refs log tree commit diff stats
path: root/display.mu
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-10-06 15:58:34 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-10-06 15:58:34 -0700
commit810542f1789edc9cec6cd30a5c6c1949e41b3a69 (patch)
tree7990dc1dac286a07622bfdf85bf753ae47640c97 /display.mu
parenta232af2fafd9ad974ebc6cfcb2cd5a5883f0bd4a (diff)
downloadmu-810542f1789edc9cec6cd30a5c6c1949e41b3a69.tar.gz
3448
Drop perl dependency everywhere.
Diffstat (limited to 'display.mu')
0 files changed, 0 insertions, 0 deletions
>1 2 3
4
5
6
7
8
9


                                   
                                        
                                          

                                            
                                               
                                   
void muc_before_test(void **state);
void muc_after_test(void **state);

void test_muc_invites_add(void **state);
void test_muc_remove_invite(void **state);
void test_muc_invites_count_0(void **state);
void test_muc_invites_count_5(void **state);
void test_muc_room_is_not_active(void **state);
void test_muc_active(void **state);