diff options
author | Anthony Liguori <aliguori@us.ibm.com> | 2009-07-02 08:12:26 -0500 |
---|---|---|
committer | Anthony Liguori <aliguori@us.ibm.com> | 2009-07-09 16:06:38 -0500 |
commit | 1cec71e3597b6ab8df939dff90cc05515d0f0272 (patch) | |
tree | 2cd2b6b4c0e25117a095fd22bc61c9747cc49370 /block.h | |
parent | c6a5a71a3a1886afad5eeb214eb6e8785f4e0319 (diff) |
Revert "support colon in filenames"
This reverts commit 707c0dbc97cddfe8d2441b8259c6c526d99f2dd8.
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'block.h')
-rw-r--r-- | block.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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, |