mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-18 22:16:21 +00:00
Fixed test stubs
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user