summaryrefslogtreecommitdiff
path: root/src/commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/commands.h')
-rw-r--r--src/commands.h3
1 files changed, 3 insertions, 0 deletions
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_ */