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