summaryrefslogtreecommitdiffstats
path: root/client/client.h
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2000-02-17 23:00:13 +0100
committerMartin Mares <mj@ucw.cz>2000-02-17 23:00:13 +0100
commit0223d4fff11badc03470b4320fa9dfe28afd1bed (patch)
treeb4281ed75395e0f219c3dc7fb2cc97f6282769db /client/client.h
parentc51f132d582632037b4ef064fbd32d785af245fc (diff)
downloadbird-0223d4fff11badc03470b4320fa9dfe28afd1bed.tar
bird-0223d4fff11badc03470b4320fa9dfe28afd1bed.zip
Client: Online help works (Cisco style: just press `?' at the end of a line).
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);