]> git.ipfire.org Git - thirdparty/nftables.git/commit
src: add nft_ prefix to everything exposed through include/nftables/nftables.h
authorPablo Neira Ayuso <pablo@netfilter.org>
Tue, 24 Oct 2017 13:20:04 +0000 (15:20 +0200)
committerPablo Neira Ayuso <pablo@netfilter.org>
Tue, 24 Oct 2017 13:23:56 +0000 (15:23 +0200)
commit6db6ec4d46270d1cd0b877bc03cd589789c53367
treec99ade57aaaaf7e59213e609dd5a4d125f2bffa3
parent7aa53c6c9bbe20631b63c6996bdaf0ce431b8d3e
src: add nft_ prefix to everything exposed through include/nftables/nftables.h

Prepend nft_ prefix before these are exposed, reduce chances we hit
symbol namespace pollution problems when mixing libnftables with other
existing libraries.

Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
13 files changed:
include/nftables/nftables.h
src/datatype.c
src/evaluate.c
src/expression.c
src/libnftables.c
src/main.c
src/meta.c
src/mnl.c
src/netlink.c
src/parser_bison.y
src/proto.c
src/rule.c
src/segtree.c