diff options
author | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2011-09-27 11:35:31 +0200 |
---|---|---|
committer | Benjamin Franzke <benjaminfranzke@googlemail.com> | 2011-09-27 11:35:31 +0200 |
commit | 67bcb9ab2bcd5c3ef89d05b17622ad4b1aaeb4ac (patch) | |
tree | 3156f48d1b08179a48d475d4b8242171b3f08443 /src/commands.h | |
parent | f82675af6510a48945237869b53c8fa82ba98933 (diff) | |
download | cmumble-67bcb9ab2bcd5c3ef89d05b17622ad4b1aaeb4ac.tar.gz cmumble-67bcb9ab2bcd5c3ef89d05b17622ad4b1aaeb4ac.tar.bz2 cmumble-67bcb9ab2bcd5c3ef89d05b17622ad4b1aaeb4ac.zip |
Rename: cmumble_command_{complete=>expand_shortcut}
Diffstat (limited to 'src/commands.h')
-rw-r--r-- | src/commands.h | 2 |
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_ */ |