summaryrefslogtreecommitdiffstats
path: root/iptables/xshared.c
diff options
context:
space:
mode:
authorPhil Sutter <phil@nwl.cc>2021-11-06 01:32:47 +0100
committerPhil Sutter <phil@nwl.cc>2021-11-23 15:01:23 +0100
commit7213561d9d7a17c4db29c867b2607241941dae5a (patch)
treeff66e9e34353ab8c25ae67b111fdb22e6ace0d66 /iptables/xshared.c
parentcf14b92bc1a3f5040437234dffe5cf6aa59711a5 (diff)
xshared: Make load_proto() static
The last outside users vanished ten years ago. Fixes: 449cdd6bcc8d1 ("src: combine default_command functions") Signed-off-by: Phil Sutter <phil@nwl.cc>
Diffstat (limited to 'iptables/xshared.c')
-rw-r--r--iptables/xshared.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/iptables/xshared.c b/iptables/xshared.c
index 37ea7106..a1ca2b0f 100644
--- a/iptables/xshared.c
+++ b/iptables/xshared.c
@@ -107,7 +107,7 @@ static bool should_load_proto(struct iptables_command_state *cs)
return !cs->proto_used;
}
-struct xtables_match *load_proto(struct iptables_command_state *cs)
+static struct xtables_match *load_proto(struct iptables_command_state *cs)
{
if (!should_load_proto(cs))
return NULL;