X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fnetifd.git;a=blobdiff_plain;f=system.h;h=86584674fe47493c6a05e515ae989f9b31c51e4f;hp=3364151920fccd0f84c5af7d08349a3fca08b42b;hb=25cb39d2bcf72442c7d793a71b5a3950f701e302;hpb=273550337f70b8b2175875e0c4f0bbd483cfe326 diff --git a/system.h b/system.h index 3364151..8658467 100644 --- a/system.h +++ b/system.h @@ -3,6 +3,7 @@ #include #include "device.h" +#include "interface-ip.h" int system_bridge_addbr(struct device *bridge); int system_bridge_delbr(struct device *bridge); @@ -19,4 +20,7 @@ int system_if_check(struct device *dev); int system_add_address(struct device *dev, struct device_addr *addr); int system_del_address(struct device *dev, struct device_addr *addr); +int system_add_route(struct device *dev, struct device_route *route); +int system_del_route(struct device *dev, struct device_route *route); + #endif