Moved input processing to profanity.c

This commit is contained in:
James Booth
2012-08-23 00:41:22 +01:00
parent b3f6023278
commit 33bb82b4aa
3 changed files with 90 additions and 91 deletions

View File

@@ -31,9 +31,10 @@ struct cmd_help_t {
};
void cmd_init(void);
gboolean process_input(char *inp);
char * cmd_complete(char *inp);
void cmd_reset_completer(void);
gboolean cmd_execute(const char * const command, const char * const inp);
gboolean cmd_execute_default(const char * const inp);
// command help
GSList * cmd_get_basic_help(void);