1 #ifndef KVM__PAUSE_H 2 #define KVM__PAUSE_H 3 4 int kvm_cmd_pause(int argc, const char **argv, const char *prefix); 5 void kvm_pause_help(void); 6 7 #endif 8
1 #ifndef KVM__PAUSE_H 2 #define KVM__PAUSE_H 3 4 int kvm_cmd_pause(int argc, const char **argv, const char *prefix); 5 void kvm_pause_help(void); 6 7 #endif 8