diff options
author | Martin Mares <mj@ucw.cz> | 2000-02-17 22:00:13 +0000 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2000-02-17 22:00:13 +0000 |
commit | 0223d4fff11badc03470b4320fa9dfe28afd1bed (patch) | |
tree | b4281ed75395e0f219c3dc7fb2cc97f6282769db /client/client.h | |
parent | c51f132d582632037b4ef064fbd32d785af245fc (diff) |
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.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/client/client.h b/client/client.h index f0edeeb5..a9c99035 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); |