summaryrefslogtreecommitdiffstats
path: root/nest/cmds.h
diff options
context:
space:
mode:
Diffstat (limited to 'nest/cmds.h')
-rw-r--r--nest/cmds.h10
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);