| #ifndef KVM__SETUP_H | |
| #define KVM__SETUP_H | |
| #include <kvm/util.h> | |
| int kvm_cmd_setup(int argc, const char **argv, const char *prefix); | |
| void kvm_setup_help(void) NORETURN; | |
| int kvm_setup_create_new(const char *guestfs_name); | |
| void kvm_setup_resolv(const char *guestfs_name); | |
| int kvm_setup_guest_init(const char *guestfs_name); | |
| #endif |