]> git.ipfire.org Git - thirdparty/nftables.git/commit
tcpopt: make tcptopt structs static
authorFlorian Westphal <fw@strlen.de>
Thu, 13 Jul 2017 13:50:30 +0000 (15:50 +0200)
committerFlorian Westphal <fw@strlen.de>
Thu, 13 Jul 2017 13:55:23 +0000 (15:55 +0200)
commit4311d0939bd20a11a7a4bfae7462a02c986fdaa0
treebff3d5d9bb2ab59bd189d354a0f50b93abe44402
parent5de112c239ab97ebaba5a935d29504bff0586be7
tcpopt: make tcptopt structs static

not used outside of tcpopt.c, so unexport from header file and
make them static.

Signed-off-by: Florian Westphal <fw@strlen.de>
include/tcpopt.h
src/tcpopt.c