summary refs log tree commit diff stats
path: root/dump/win_dump.c
diff options
context:
space:
mode:
Diffstat (limited to 'dump/win_dump.c')
-rw-r--r--dump/win_dump.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/dump/win_dump.c b/dump/win_dump.c
index ff9c5bd339..0152f7330a 100644
--- a/dump/win_dump.c
+++ b/dump/win_dump.c
@@ -487,4 +487,9 @@ bool win_dump_available(Error **errp)
     return false;
 }
 
+void create_win_dump(DumpState *s, Error **errp)
+{
+    win_dump_available(errp);
+}
+
 #endif