Revision ec45f083 net/tap-win32.c

b/net/tap-win32.c
722 722
    return 0;
723 723
}
724 724

  
725
int tap_has_ufo(NetClientState *nc)
725
bool tap_has_ufo(NetClientState *nc)
726 726
{
727
    return 0;
727
    return false;
728 728
}
729 729

  
730 730
int tap_has_vnet_hdr(NetClientState *nc)
......
741 741
{
742 742
}
743 743

  
744
void tap_using_vnet_hdr(NetClientState *nc, int using_vnet_hdr)
744
void tap_using_vnet_hdr(NetClientState *nc, bool using_vnet_hdr)
745 745
{
746 746
}
747 747

  

Also available in: Unified diff