Revision d7098135 hw/vga.c

b/hw/vga.c
166 166
static uint16_t expand2[256];
167 167
static uint8_t expand4to8[16];
168 168

  
169
static void vga_screen_dump(void *opaque, const char *filename, bool cswitch);
169
static void vga_screen_dump(void *opaque, const char *filename, bool cswitch,
170
                            Error **errp);
170 171

  
171 172
static void vga_update_memory_access(VGACommonState *s)
172 173
{
......
2435 2436

  
2436 2437
/* save the vga display in a PPM image even if no display is
2437 2438
   available */
2438
static void vga_screen_dump(void *opaque, const char *filename, bool cswitch)
2439
static void vga_screen_dump(void *opaque, const char *filename, bool cswitch,
2440
                            Error **errp)
2439 2441
{
2440 2442
    VGACommonState *s = opaque;
2441 2443

  

Also available in: Unified diff