diff options
Diffstat (limited to 'nest/cmds.h')
-rw-r--r-- | nest/cmds.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nest/cmds.h b/nest/cmds.h index ae1c9e2..3b86a92 100644 --- a/nest/cmds.h +++ b/nest/cmds.h @@ -8,3 +8,4 @@ void cmd_show_status(void); void cmd_show_symbols(struct symbol *sym); +void cmd_show_memory(void); |