Revision d5124c00 block/cow.c

b/block/cow.c
295 295
{
296 296
}
297 297

  
298
static int cow_create(const char *filename, QEMUOptionParameter *options)
298
static int cow_create(const char *filename, QEMUOptionParameter *options,
299
                      Error **errp)
299 300
{
300 301
    struct cow_header_v2 cow_header;
301 302
    struct stat st;

Also available in: Unified diff