diff options
author | Kevin Wolf <kwolf@redhat.com> | 2013-06-05 14:19:33 +0200 |
---|---|---|
committer | Stefan Hajnoczi <stefanha@redhat.com> | 2013-06-06 11:27:04 +0200 |
commit | f18a834a92f0b490cefeb71410f3f25b969d336f (patch) | |
tree | 64001780aa4b68f5677aba1271b8e8584b86f395 /cmd.h | |
parent | dd5832967ac3fe96bd5bf9f199639176998ead69 (diff) |
qemu-io: Move 'help' function
No reason to treat it different from other commands. Move it to
qemu-io-cmds.c, adapt the coding style and register it like any other
command.
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
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); |