Added simple mock test, refactored roster

This commit is contained in:
James Booth
2013-12-14 15:34:17 +00:00
parent 3f6b40246a
commit 107fdd355e
30 changed files with 705 additions and 584 deletions

View File

@@ -49,4 +49,6 @@ void cmd_history_append(char *inp);
char *cmd_history_previous(char *inp, int *size);
char *cmd_history_next(char *inp, int *size);
gboolean _cmd_rooms(gchar **args, struct cmd_help_t help);
#endif