mirror of
https://github.com/clearlinux/kvmtool.git
synced 2026-08-21 12:57:49 +00:00
2a24f96d64
Rename kvm-[command] into builtin-[command] to prevent clashes with non-command files such as kvm-cpu.h Suggested-by: Pekka Enberg <penberg@kernel.org> Signed-off-by: Sasha Levin <levinsasha928@gmail.com> Signed-off-by: Pekka Enberg <penberg@kernel.org>
7 lines
125 B
C
7 lines
125 B
C
#ifndef KVM__VERSION_H
|
|
#define KVM__VERSION_H
|
|
|
|
int kvm_cmd_version(int argc, const char **argv, const char *prefix);
|
|
|
|
#endif
|