X-Git-Url: http://git.archive.openwrt.org/?a=blobdiff_plain;f=helpers.h;h=e2a99cd86d5b1e078b33be3fe03e583ab1d9d96a;hb=08b2c61b4d66bb78d98135d8ddb87ce34be55c81;hp=450428ec73873843e67c3e7a9af348b5a740bfca;hpb=35b3e74a184b709b8ddfaaa094919a656a6ec059;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);