summaryrefslogtreecommitdiff
path: root/nest/cmds.h
diff options
context:
space:
mode:
Diffstat (limited to 'nest/cmds.h')
-rw-r--r--nest/cmds.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/nest/cmds.h b/nest/cmds.h
index 8b0bff7e..4cf8fb1b 100644
--- a/nest/cmds.h
+++ b/nest/cmds.h
@@ -11,6 +11,9 @@ struct sym_show_data {
struct symbol *sym;
};
+struct f_inst;
+
void cmd_show_status(void);
void cmd_show_symbols(struct sym_show_data *sym);
void cmd_show_memory(void);
+void cmd_eval(struct f_inst *expr);