X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;ds=sidebyside;f=helpers.h;h=e2a99cd86d5b1e078b33be3fe03e583ab1d9d96a;hb=30463d08056db8f03d17c0569581aef96418c38d;hp=450428ec73873843e67c3e7a9af348b5a740bfca;hpb=f50a524847a0ac74ef8cc74011d3cc46e9269c6b;p=project%2Ffirewall3.git diff --git a/helpers.h b/helpers.h index 450428e..e2a99cd 100644 --- a/helpers.h +++ b/helpers.h @@ -41,6 +41,9 @@ void fw3_print_cthelpers(struct fw3_ipt_handle *handle, struct fw3_state *state, struct fw3_zone *zone); +bool +fw3_cthelper_check_proto(const struct fw3_cthelper *h, const struct fw3_protocol *proto); + static inline void fw3_free_cthelper(struct fw3_cthelper *helper) { list_del(&helper->list);