Added type autcomplete for /notify

This commit is contained in:
James Booth
2012-10-27 22:22:30 +01:00
parent c71259c322
commit 7e26fcdf84
3 changed files with 24 additions and 4 deletions

View File

@@ -41,7 +41,9 @@ gboolean cmd_execute_default(const char * const inp);
// command help
char * cmd_help_complete(char *inp);
char * cmd_notify_complete(char *inp);
void cmd_help_reset_completer(void);
void cmd_notify_reset_completer(void);
GSList * cmd_get_basic_help(void);
GSList * cmd_get_settings_help(void);
GSList * cmd_get_status_help(void);