]> git.proxmox.com Git - systemd.git/blobdiff - src/network/netdev/bridge.h
New upstream version 249~rc1
[systemd.git] / src / network / netdev / bridge.h
index 459a5eed689fa306a76b09b2694d39338501f956..4510842022b64dbe16cfad7674ea81c54f392e27 100644 (file)
@@ -41,8 +41,6 @@ typedef enum MulticastRouter {
 DEFINE_NETDEV_CAST(BRIDGE, Bridge);
 extern const NetDevVTable bridge_vtable;
 
-int link_set_bridge(Link *link);
-
 const char* multicast_router_to_string(MulticastRouter i) _const_;
 MulticastRouter multicast_router_from_string(const char *s) _pure_;