1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-07-21 18:24:14 -04:00

Fixed test stubs

This commit is contained in:
James Booth 2016-05-01 01:27:28 +01:00
parent a2efda19cc
commit c31913f8d5

View File

@ -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);