On Thursday 2023-03-30 13:25, Sriram Yagnaraman wrote: >-libnftables_LIBVERSION=2:0:1 >+libnftables_LIBVERSION=3:0:1 ^ This looks very much incorrect. >--- a/include/nftables/libnftables.h >+++ b/include/nftables/libnftables.h >+char **nft_get_expected_tokens(struct nft_ctx *nft, const char *line, const char *text); >--- a/include/parser.h >+++ b/include/parser.h >+extern char **expected_matches (struct nft_ctx *nft, struct parser_state *state, >+ const char *text);