--- mon/src/mon_cmd.h 1999/10/04 21:16:02 1.2 +++ mon/src/mon_cmd.h 2000/04/24 13:10:19 1.3 @@ -1,7 +1,7 @@ /* * mon_cmd.h - mon standard commands * - * mon (C) 1997-1999 Christian Bauer, Marc Hellwig + * mon (C) 1997-2000 Christian Bauer, Marc Hellwig * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -27,6 +27,7 @@ extern void print_expr(void); extern void shell_command(void); extern void memory_dump(void); extern void ascii_dump(void); +extern void binary_dump(void); extern void disassemble_ppc(void); extern void disassemble_6502(void); extern void disassemble_680x0(void);