mirror of
https://git.proxmox.com/git/qemu
synced 2025-06-14 10:03:06 +00:00
7 lines
123 B
C
7 lines
123 B
C
#include "qemu-common.h"
|
|
#include "monitor/monitor.h"
|
|
|
|
void monitor_print_filename(Monitor *mon, const char *filename)
|
|
{
|
|
}
|