summaryrefslogtreecommitdiffstats
path: root/include/tcpopt.h
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2017-07-13 15:50:30 +0200
committerFlorian Westphal <fw@strlen.de>2017-07-13 15:55:23 +0200
commit4311d0939bd20a11a7a4bfae7462a02c986fdaa0 (patch)
treebff3d5d9bb2ab59bd189d354a0f50b93abe44402 /include/tcpopt.h
parent5de112c239ab97ebaba5a935d29504bff0586be7 (diff)
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>
Diffstat (limited to 'include/tcpopt.h')
-rw-r--r--include/tcpopt.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/tcpopt.h b/include/tcpopt.h
index 412d02e7..f96c04c6 100644
--- a/include/tcpopt.h
+++ b/include/tcpopt.h
@@ -41,13 +41,4 @@ enum tcpopt_hdr_fields {
TCPOPTHDR_FIELD_TSVAL,
TCPOPTHDR_FIELD_TSECR,
};
-
-extern const struct exthdr_desc tcpopt_eol;
-extern const struct exthdr_desc tcpopt_nop;
-extern const struct exthdr_desc tcpopt_maxseg;
-extern const struct exthdr_desc tcpopt_window;
-extern const struct exthdr_desc tcpopt_sack_permitted;
-extern const struct exthdr_desc tcpopt_sack;
-extern const struct exthdr_desc tcpopt_timestamp;
-
#endif /* NFTABLES_TCPOPT_H */