summaryrefslogtreecommitdiffstats
path: root/client/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/client.h')
-rw-r--r--client/client.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/client/client.h b/client/client.h
index a9c9903..f63c75c 100644
--- a/client/client.h
+++ b/client/client.h
@@ -9,8 +9,11 @@
/* client.c */
void cleanup(void);
+void input_start_list(void);
+void input_stop_list(void);
/* commands.c */
void cmd_build_tree(void);
void cmd_help(char *cmd, int len);
+int cmd_complete(char *cmd, int len, char *buf, int again);