X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=block.h;h=406a19943bcf300c361515336cabb82486209c99;hb=1cec71e3597b6ab8df939dff90cc05515d0f0272;hp=ca5bfff14472f166a39dae2131bfe089e6a504dd;hpb=c6a5a71a3a1886afad5eeb214eb6e8785f4e0319;p=mirror_qemu.git diff --git a/block.h b/block.h index ca5bfff144..406a19943b 100644 --- a/block.h +++ b/block.h @@ -57,8 +57,6 @@ int bdrv_file_open(BlockDriverState **pbs, const char *filename, int flags); int bdrv_open(BlockDriverState *bs, const char *filename, int flags); int bdrv_open2(BlockDriverState *bs, const char *filename, int flags, BlockDriver *drv); -int bdrv_open3(BlockDriverState *bs, const char *filename, int flags, - BlockDriver *drv); void bdrv_close(BlockDriverState *bs); int bdrv_check(BlockDriverState *bs); int bdrv_read(BlockDriverState *bs, int64_t sector_num,