diff options
Diffstat (limited to 'cmd.h')
-rw-r--r-- | cmd.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -42,8 +42,6 @@ typedef struct cmdinfo { extern cmdinfo_t *cmdtab; extern int ncmds; -void quit_init(void); - typedef int (*checkfunc_t)(BlockDriverState *bs, const cmdinfo_t *ci); void add_command(const cmdinfo_t *ci); |