]> git.proxmox.com Git - mirror_qemu.git/blobdiff - hmp.h
net: Remove the deprecated 'host_net_add' and 'host_net_remove' HMP commands
[mirror_qemu.git] / hmp.h
diff --git a/hmp.h b/hmp.h
index 1143db44a7606bf5c4dcd6bf20632f42f35ee42d..b89733876de1dba72819fb1f0f1335ac33c56a59 100644 (file)
--- a/hmp.h
+++ b/hmp.h
@@ -132,9 +132,6 @@ void migrate_set_capability_completion(ReadLineState *rs, int nb_args,
                                        const char *str);
 void migrate_set_parameter_completion(ReadLineState *rs, int nb_args,
                                       const char *str);
-void host_net_add_completion(ReadLineState *rs, int nb_args, const char *str);
-void host_net_remove_completion(ReadLineState *rs, int nb_args,
-                                const char *str);
 void delvm_completion(ReadLineState *rs, int nb_args, const char *str);
 void loadvm_completion(ReadLineState *rs, int nb_args, const char *str);
 void hmp_rocker(Monitor *mon, const QDict *qdict);