On Thu, Feb 24, 2022 at 07:45:42PM +0000, Sam James wrote: > Without this, we're not explicitly saying this is part of the public > API. > > This new API was added in 1.0.2 and is used by e.g. the main > nft binary. Noticed when fixing the version-script option > (separate patch) which picked up this problem when .map > was missing symbols (related to when symbol visibility > options get set). Applied. > Signed-off-by: Sam James <sam@xxxxxxxxxx> > --- > src/libnftables.map | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/src/libnftables.map b/src/libnftables.map > index a511dd78..f8cf05dc 100644 > --- a/src/libnftables.map > +++ b/src/libnftables.map > @@ -32,4 +32,6 @@ LIBNFTABLES_2 { > LIBNFTABLES_3 { > nft_set_optimize; > nft_get_optimize; Removed the incorrect symbol name (missing _ctx_ infix) > + nft_ctx_set_optimize; > + nft_ctx_get_optimize; > } LIBNFTABLES_2; > -- > 2.35.1 >