Retagged commands

This commit is contained in:
James Booth
2015-07-27 23:55:04 +01:00
parent eb550eedb3
commit 08f43bee8e
4 changed files with 226 additions and 239 deletions

View File

@@ -54,7 +54,7 @@ void cmd_autocomplete_remove_form_fields(DataForm *form);
void cmd_alias_add(char *value);
void cmd_alias_remove(char *value);
gboolean cmd_is_tag(const char * const str);
gboolean cmd_valid_tag(const char * const str);
gboolean cmd_has_tag(Command *pcmd, const char * const tag);
gboolean cmd_process_input(ProfWin *window, char *inp);