about summary refs log tree commit diff stats
path: root/src/command/commands.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2015-03-16 00:03:07 +0000
committerJames Booth <boothj5@gmail.com>2015-03-16 00:03:07 +0000
commit9bf5a683292931735fc5564550ee3b2dbca3b140 (patch)
tree3f54a66c7edd1fb15ed669f150761afdc50d7a1b /src/command/commands.h
parenteeabbc9bb3aaaafe34e05cafcc5e2d075196928f (diff)
downloadprofani-tty-9bf5a683292931735fc5564550ee3b2dbca3b140.tar.gz
Moved default and alias command execution
Diffstat (limited to 'src/command/commands.h')
-rw-r--r--src/command/commands.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/command/commands.h b/src/command/commands.h
index c74fb901..7b7e7c93 100644
--- a/src/command/commands.h
+++ b/src/command/commands.h
@@ -62,6 +62,9 @@ typedef struct cmd_t {
     CommandHelp help;
 } Command;
 
+gboolean cmd_execute_alias(const char * const inp, gboolean *ran);
+gboolean cmd_execute_default(const char * inp);
+
 gboolean cmd_about(gchar **args, struct cmd_help_t help);
 gboolean cmd_account(gchar **args, struct cmd_help_t help);
 gboolean cmd_autoaway(gchar **args, struct cmd_help_t help);