mirror of
https://github.com/profanity-im/profanity.git
synced 2024-10-27 20:30:13 -04:00
Fixed test stubs
This commit is contained in:
parent
a2efda19cc
commit
c31913f8d5
@ -122,7 +122,7 @@ char * presence_sub_request_find(const char * const search_str)
|
|||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
void presence_join_room(char *room, char *nick, char * passwd)
|
void presence_join_room(const char *const room, const char *const nick, const char *const passwd)
|
||||||
{
|
{
|
||||||
check_expected(room);
|
check_expected(room);
|
||||||
check_expected(nick);
|
check_expected(nick);
|
||||||
|
Loading…
Reference in New Issue
Block a user