Revision 83f64091 block-vmdk.c

b/block-vmdk.c
89 89
        return 0;
90 90
}
91 91

  
92
static int vmdk_open(BlockDriverState *bs, const char *filename)
92
static int vmdk_open(BlockDriverState *bs, const char *filename, int flags)
93 93
{
94 94
    BDRVVmdkState *s = bs->opaque;
95 95
    int fd, i;

Also available in: Unified diff