From caec298a482ed93140401185bf866edacad35742 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Tue, 27 Sep 2011 06:45:43 +0200 Subject: Add support for command shortcuts So that distinct substrings of commands, can be used as shortcuts. --- src/commands.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/commands.h') diff --git a/src/commands.h b/src/commands.h index c95f238..1c56860 100644 --- a/src/commands.h +++ b/src/commands.h @@ -12,4 +12,7 @@ struct cmumble_command { void cmumble_commands_init(struct cmumble_context *ctx); +const char * +cmumble_command_complete(const char *text); + #endif /* _COMMANDS_H_ */ -- cgit