Fixed help command name clash on status

This commit is contained in:
James Booth
2012-11-13 22:24:37 +00:00
parent fd4d00cdd2
commit 8ecbe0c590
4 changed files with 28 additions and 28 deletions

View File

@@ -43,6 +43,6 @@ gboolean cmd_execute_default(const char * const inp);
GSList * cmd_get_basic_help(void);
GSList * cmd_get_settings_help(void);
GSList * cmd_get_status_help(void);
GSList * cmd_get_presence_help(void);
#endif