X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=system.h;h=cfe7c9f3fa1d277a2f2b8da6540a0439260a7ca6;hb=ca3f00d45e72c4b28b2ce39afc9543fa2f225020;hp=4155281c18fb019788eaabf5b11d4b7b0697b7eb;hpb=2f47fa5db2ce0fbe118ed9b6727c3956a48c85fb;p=project%2Fnetifd.git diff --git a/system.h b/system.h index 4155281..cfe7c9f 100644 --- a/system.h +++ b/system.h @@ -44,6 +44,7 @@ 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); +int system_flush_routes(void); time_t system_get_rtime(void);