diff options
author | Martin Mares <mj@ucw.cz> | 2000-01-19 13:30:19 +0100 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2000-01-19 13:30:19 +0100 |
commit | 4b87e256eba51a8711c24fbae501ac7975b4ecd3 (patch) | |
tree | adab4bad12941ac757d7b0a586ab42b7d09b9817 /nest/cmds.h | |
parent | f5ad9f87a389c1167a8468d0190bcf6d3cc33cf6 (diff) | |
download | bird-4b87e256eba51a8711c24fbae501ac7975b4ecd3.tar bird-4b87e256eba51a8711c24fbae501ac7975b4ecd3.zip |
Split off general commands to cmds.c.
Added `show symbols' command which dumps whole symbol table together
with symbol types etc.
Diffstat (limited to 'nest/cmds.h')
-rw-r--r-- | nest/cmds.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/nest/cmds.h b/nest/cmds.h new file mode 100644 index 0000000..ae1c9e2 --- /dev/null +++ b/nest/cmds.h @@ -0,0 +1,10 @@ +/* + * BIRD Internet Routing Daemon -- CLI Commands Which Don't Fit Anywhere Else + * + * (c) 2000 Martin Mares <mj@ucw.cz> + * + * Can be freely distributed and used under the terms of the GNU GPL. + */ + +void cmd_show_status(void); +void cmd_show_symbols(struct symbol *sym); |