1
0
mirror of https://gitlab.labs.nic.cz/labs/bird.git synced 2024-05-11 16:54:54 +00:00

Client: Online help works (Cisco style: just press `?' at the end of a line).

This commit is contained in:
Martin Mares
2000-02-17 22:00:13 +00:00
parent c51f132d58
commit 0223d4fff1
4 changed files with 156 additions and 3 deletions

View File

@@ -9,3 +9,8 @@
/* client.c */
void cleanup(void);
/* commands.c */
void cmd_build_tree(void);
void cmd_help(char *cmd, int len);