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