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