summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/exthdr.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/exthdr.h b/include/exthdr.h
index d17841bc..93a53f30 100644
--- a/include/exthdr.h
+++ b/include/exthdr.h
@@ -21,7 +21,8 @@ extern struct expr *exthdr_expr_alloc(const struct location *loc,
uint8_t type);
extern void exthdr_init_raw(struct expr *expr, uint8_t type,
- unsigned int offset, unsigned int len);
+ unsigned int offset, unsigned int len,
+ enum nft_exthdr_op op);
extern bool exthdr_find_template(struct expr *expr, const struct expr *mask,
unsigned int *shift);