mirror of
https://git.proxmox.com/git/qemu
synced 2025-06-15 14:32:03 +00:00
7 lines
122 B
C
7 lines
122 B
C
#include "qemu-common.h"
|
|
#include "monitor/monitor.h"
|
|
|
|
void monitor_protocol_event(MonitorEvent event, QObject *data)
|
|
{
|
|
}
|