mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05: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;
|
||||
}
|
||||
|
||||
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(nick);
|
||||
|
Loading…
Reference in New Issue
Block a user