#ifndef KVM__STAT_H #define KVM__STAT_H #include int kvm_cmd_stat(int argc, const char **argv, const char *prefix); void kvm_stat_help(void) NORETURN; #endif