]> git.ipfire.org Git - thirdparty/bird.git/blame - nest/cmds.h
Merge remote-tracking branch 'origin/soft-int'
[thirdparty/bird.git] / nest / cmds.h
CommitLineData
4b87e256
MM
1/*
2 * BIRD Internet Routing Daemon -- CLI Commands Which Don't Fit Anywhere Else
3 *
4 * (c) 2000 Martin Mares <mj@ucw.cz>
5 *
6 * Can be freely distributed and used under the terms of the GNU GPL.
7 */
8
0f808c06
OZ
9struct sym_show_data {
10 int type; /* Symbols type to show */
11 struct symbol *sym;
12};
13
508d9360
OZ
14struct f_inst;
15
4b87e256 16void cmd_show_status(void);
0f808c06 17void cmd_show_symbols(struct sym_show_data *sym);
acb60628 18void cmd_show_memory(void);
508d9360 19void cmd_eval(struct f_inst *expr);