diff options
Diffstat (limited to 'include/parser.h')
-rw-r--r-- | include/parser.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/parser.h b/include/parser.h index f79a22f3..576e5e43 100644 --- a/include/parser.h +++ b/include/parser.h @@ -112,4 +112,8 @@ extern void scanner_push_buffer(void *scanner, extern void scanner_pop_start_cond(void *scanner, enum startcond_type sc); +const char *str_preprocess(struct parser_state *state, struct location *loc, + struct scope *scope, const char *x, + struct error_record **rec); + #endif /* NFTABLES_PARSER_H */ |