about summary refs log tree commit diff stats
path: root/src/command/commands.h
diff options
context:
space:
mode:
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);