blob: b26b2750a0ca4d50600e3d33ab71760e5c8957e1 [file] [log] [blame]
#ifndef KVM__STOP_H
#define KVM__STOP_H
#include <kvm/util.h>
int kvm_cmd_stop(int argc, const char **argv, const char *prefix);
void kvm_stop_help(void) NORETURN;
#endif