aboutsummaryrefslogtreecommitdiffstats
path: root/tc/m_xt.c
diff options
context:
space:
mode:
authorStephen Hemminger <stephen@networkplumber.org>2013-02-12 11:09:03 -0800
committerStephen Hemminger <stephen@networkplumber.org>2013-02-12 11:38:35 -0800
commitd1f28cf181a6f77f230d90267eef0ecfbcb25f30 (patch)
tree960aa36c466c2a5e5d8e97557369ec34d22dae76 /tc/m_xt.c
parent14645ec2310ee7cf6d2f3d5035ac37ec09674e2c (diff)
downloadplatform_external_iproute2-d1f28cf181a6f77f230d90267eef0ecfbcb25f30.tar.gz
platform_external_iproute2-d1f28cf181a6f77f230d90267eef0ecfbcb25f30.tar.bz2
platform_external_iproute2-d1f28cf181a6f77f230d90267eef0ecfbcb25f30.zip
ip: make local functions static
Diffstat (limited to 'tc/m_xt.c')
-rw-r--r--tc/m_xt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tc/m_xt.c b/tc/m_xt.c
index 21dca000..3edf5205 100644
--- a/tc/m_xt.c
+++ b/tc/m_xt.c
@@ -76,7 +76,7 @@ static struct xtables_globals tcipt_globals = {
/*
* we may need to check for version mismatch
*/
-int
+static int
build_st(struct xtables_target *target, struct xt_entry_target *t)
{
@@ -98,7 +98,7 @@ build_st(struct xtables_target *target, struct xt_entry_target *t)
}
-inline void set_lib_dir(void)
+static void set_lib_dir(void)
{
lib_dir = getenv("XTABLES_LIBDIR");