--- mon/src/mon_cmd.h 2000/10/15 15:07:14 1.5 +++ mon/src/mon_cmd.h 2003/09/27 20:33:06 1.8 @@ -1,7 +1,7 @@ /* * mon_cmd.h - cxmon standard commands * - * cxmon (C) 1997-2000 Christian Bauer, Marc Hellwig + * cxmon (C) 1997-2003 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 @@ -34,6 +34,7 @@ extern void disassemble_680x0(void); extern void disassemble_z80(void); extern void disassemble_80x86_32(void); extern void disassemble_80x86_16(void); +extern void disassemble_x86_64(void); extern void modify(void); extern void fill(void); extern void transfer(void);