]> git.proxmox.com Git - mirror_qemu.git/blobdiff - block.h
Revert "support colon in filenames"
[mirror_qemu.git] / block.h
diff --git a/block.h b/block.h
index ca5bfff14472f166a39dae2131bfe089e6a504dd..406a19943bcf300c361515336cabb82486209c99 100644 (file)
--- 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,