X-Git-Url: https://git.archive.openwrt.org/?p=project%2Ffirewall3.git;a=blobdiff_plain;f=ubus.h;fp=ubus.h;h=35eac906d130fa40ceb476877e963f36e3160f99;hp=4c104812757d17f274403657b3166f263e94be93;hb=e678dcbf0336c3ca10f9fe2fae8b19347b6c1d4d;hpb=2f392a3b91c25c94abfc9a7862d908c923f7bf2b diff --git a/ubus.h b/ubus.h index 4c10481..35eac90 100644 --- a/ubus.h +++ b/ubus.h @@ -34,4 +34,6 @@ struct list_head * fw3_ubus_address(const char *net); void fw3_ubus_zone_devices(struct fw3_zone *zone); +void fw3_ubus_rules(struct blob_buf *b); + #endif