]> git.proxmox.com Git - qemu.git/blobdiff - cmd.h
qemu-io: Move 'quit' function
[qemu.git] / cmd.h
diff --git a/cmd.h b/cmd.h
index 89e7c6e8b20000e3995615e210985ed395a62f05..5b6f61b9ad2a4aab038a11db107ea4ef9d11ddf5 100644 (file)
--- a/cmd.h
+++ b/cmd.h
@@ -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);