]> git.ipfire.org Git - people/ms/network.git/blobdiff - src/networkd/port-vlan.h
ports: Unify type
[people/ms/network.git] / src / networkd / port-vlan.h
index b4df56270ccf28023ba250540d7c8a8b6c3809be..6ecf6a40881e9280da65b9d63c76f8e0cb219fae 100644 (file)
@@ -45,7 +45,7 @@ struct nw_port_vlan {
        char __parent_name[IF_NAMESIZE];
 };
 
-extern const nw_port_info_t nw_port_info_vlan;
+extern const nw_port_type_t nw_port_type_vlan;
 
 // ID
 int nw_port_get_vlan_id(nw_port* port);