mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
8 lines
346 B
C
8 lines
346 B
C
void contact_in_group(void **state);
|
|
void contact_not_in_group(void **state);
|
|
void contact_name_when_name_exists(void **state);
|
|
void contact_jid_when_name_not_exists(void **state);
|
|
void contact_string_when_name_exists(void **state);
|
|
void contact_string_when_name_not_exists(void **state);
|
|
void contact_string_when_default_resource(void **state);
|