]> git.ipfire.org Git - thirdparty/bird.git/blame - client/client.h
Restricted read-only CLI.
[thirdparty/bird.git] / client / client.h
CommitLineData
ed608150
MM
1/*
2 * BIRD Client
3 *
9fac310d 4 * (c) 1999--2000 Martin Mares <mj@ucw.cz>
ed608150
MM
5 *
6 * Can be freely distributed and used under the terms of the GNU GPL.
7 */
c51f132d
MM
8
9/* client.c */
10
11void cleanup(void);
fae0396e
MM
12void input_start_list(void);
13void input_stop_list(void);
0223d4ff
MM
14
15/* commands.c */
16
17void cmd_build_tree(void);
18void cmd_help(char *cmd, int len);
fae0396e 19int cmd_complete(char *cmd, int len, char *buf, int again);
e69e4ed9 20char *cmd_expand(char *cmd);