1 #ifndef KVM__STOP_H 2 #define KVM__STOP_H 3 4 #include <kvm/util.h> 5 6 int kvm_cmd_stop(int argc, const char **argv, const char *prefix); 7 void kvm_stop_help(void) NORETURN; 8 9 #endif 10
1 #ifndef KVM__STOP_H 2 #define KVM__STOP_H 3 4 #include <kvm/util.h> 5 6 int kvm_cmd_stop(int argc, const char **argv, const char *prefix); 7 void kvm_stop_help(void) NORETURN; 8 9 #endif 10