#ifndef KVM__SETUP_H #define KVM__SETUP_H int kvm_cmd_setup(int argc, const char **argv, const char *prefix); void kvm_setup_help(void); #endif