console: rename dpy_gl_scanout to dpy_gl_scanout_texture
[qemu.git] / include / block / qapi.h
index 168d788521144e5afb92f65601094fc59efeface..82ba4b63a04a828243001b9710282d8e630de756 100644 (file)
@@ -29,7 +29,8 @@
 #include "block/block.h"
 #include "block/snapshot.h"
 
-BlockDeviceInfo *bdrv_block_device_info(BlockDriverState *bs);
+BlockDeviceInfo *bdrv_block_device_info(BlockBackend *blk,
+                                        BlockDriverState *bs, Error **errp);
 int bdrv_query_snapshot_info_list(BlockDriverState *bs,
                                   SnapshotInfoList **p_list,
                                   Error **errp);
This page took 0.024646 seconds and 4 git commands to generate.