summaryrefslogtreecommitdiff
path: root/stubs/mon-print-filename.c
diff options
context:
space:
mode:
Diffstat (limited to 'stubs/mon-print-filename.c')
-rw-r--r--stubs/mon-print-filename.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/stubs/mon-print-filename.c b/stubs/mon-print-filename.c
new file mode 100644
index 0000000000..9c939641ff
--- /dev/null
+++ b/stubs/mon-print-filename.c
@@ -0,0 +1,6 @@
+#include "qemu-common.h"
+#include "monitor/monitor.h"
+
+void monitor_print_filename(Monitor *mon, const char *filename)
+{
+}