]> git.proxmox.com Git - qemu.git/blobdiff - cmd.h
qemu-io: Remove unused args_command
[qemu.git] / cmd.h
diff --git a/cmd.h b/cmd.h
index b763b198c4e1511919ff32590da7f9915020a57e..8e6f7538c4627e461bf69a46c6ff81f278f2e027 100644 (file)
--- a/cmd.h
+++ b/cmd.h
@@ -41,12 +41,10 @@ extern int          ncmds;
 void help_init(void);
 void quit_init(void);
 
-typedef int (*argsfunc_t)(int index);
 typedef int (*checkfunc_t)(const cmdinfo_t *ci);
 
 void add_command(const cmdinfo_t *ci);
 void add_user_command(char *optarg);
-void add_args_command(argsfunc_t af);
 void add_check_command(checkfunc_t cf);
 
 const cmdinfo_t *find_command(const char *cmd);