1 #ifndef KVM__LIST_H 2 #define KVM__LIST_H 3 4 #include <kvm/util.h> 5 6 int kvm_cmd_list(int argc, const char **argv, const char *prefix); 7 void kvm_list_help(void) NORETURN; 8 int get_vmstate(int sock); 9 10 #endif 11
1 #ifndef KVM__LIST_H 2 #define KVM__LIST_H 3 4 #include <kvm/util.h> 5 6 int kvm_cmd_list(int argc, const char **argv, const char *prefix); 7 void kvm_list_help(void) NORETURN; 8 int get_vmstate(int sock); 9 10 #endif 11