diff options
Diffstat (limited to 'net/vde.h')
| -rw-r--r-- | net/vde.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/vde.h b/net/vde.h index ad502ef4de..d6f7af439d 100644 --- a/net/vde.h +++ b/net/vde.h @@ -30,7 +30,7 @@ #ifdef CONFIG_VDE int net_init_vde(const NetClientOptions *opts, const char *name, - VLANState *vlan); + VLANClientState *peer); #endif /* CONFIG_VDE */ |