X-Git-Url: http://git.archive.openwrt.org/?p=project%2Ffirewall3.git;a=blobdiff_plain;f=includes.h;h=cd48edefaa6bfd9480ceeb35f15302060d359e55;hp=5c091b743fd5844a96f24481a0f70e987eda6c07;hb=ace34d11e3874a26a347e346ee405a2ad605a8ae;hpb=bd574af529c0661c125336bdd9d0d1f2e09287c3 diff --git a/includes.h b/includes.h index 5c091b7..cd48ede 100644 --- a/includes.h +++ b/includes.h @@ -25,8 +25,11 @@ extern const struct fw3_option fw3_include_opts[]; void fw3_load_includes(struct fw3_state *state, struct uci_package *p); -void fw3_print_includes(enum fw3_family family, struct fw3_state *state); -void fw3_run_includes(struct fw3_state *state); + +void fw3_print_includes(struct fw3_state *state, enum fw3_family family, + bool reload); + +void fw3_run_includes(struct fw3_state *state, bool reload); #define fw3_free_include(include) \ fw3_free_object(include, fw3_include_opts)