summaryrefslogtreecommitdiff
path: root/src/commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands.h')
-rw-r--r--src/commands.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands.h b/src/commands.h
index 1c56860..6ea8c67 100644
--- a/src/commands.h
+++ b/src/commands.h
@@ -13,6 +13,6 @@ void
cmumble_commands_init(struct cmumble_context *ctx);
const char *
-cmumble_command_complete(const char *text);
+cmumble_command_expand_shortcut(const char *text);
#endif /* _COMMANDS_H_ */