summaryrefslogtreecommitdiffstats
path: root/client/client.h
blob: f63c75c3f75536b81d6355cc97785e6bc8343ad4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/*
 *	BIRD Client
 *
 *	(c) 1999--2000 Martin Mares <mj@ucw.cz>
 *
 *	Can be freely distributed and used under the terms of the GNU GPL.
 */

/* client.c */

void cleanup(void);
void input_start_list(void);
void input_stop_list(void);

/* commands.c */

void cmd_build_tree(void);
void cmd_help(char *cmd, int len);
int cmd_complete(char *cmd, int len, char *buf, int again);