mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-24 21:36:21 +00:00
Fixed tests for new command format
This commit is contained in:
@@ -398,6 +398,12 @@ void cons_show_roster(GSList * list)
|
||||
check_expected(list);
|
||||
}
|
||||
|
||||
void
|
||||
cons_bad_cmd_usage(const char * const cmd)
|
||||
{
|
||||
check_expected(cmd);
|
||||
}
|
||||
|
||||
void cons_show_roster_group(const char * const group, GSList * list) {}
|
||||
void cons_show_wins(void) {}
|
||||
void cons_show_status(const char * const barejid) {}
|
||||
|
||||
Reference in New Issue
Block a user