summaryrefslogtreecommitdiff
path: root/nest/cmds.h
diff options
context:
space:
mode:
Diffstat (limited to 'nest/cmds.h')
-rw-r--r--nest/cmds.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/nest/cmds.h b/nest/cmds.h
index 3b86a924..8b0bff7e 100644
--- a/nest/cmds.h
+++ b/nest/cmds.h
@@ -6,6 +6,11 @@
* Can be freely distributed and used under the terms of the GNU GPL.
*/
+struct sym_show_data {
+ int type; /* Symbols type to show */
+ struct symbol *sym;
+};
+
void cmd_show_status(void);
-void cmd_show_symbols(struct symbol *sym);
+void cmd_show_symbols(struct sym_show_data *sym);
void cmd_show_memory(void);