summaryrefslogtreecommitdiffstats
path: root/extensions/libxt_CLASSIFY.c
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@medozas.de>2007-10-04 16:25:58 +0000
committerPatrick McHardy <kaber@trash.net>2007-10-04 16:25:58 +0000
commit0e2abed11985e16215559cefd90625f99317b96c (patch)
tree00ea59a5a5b9c0e764def3c9925a206eef809a82 /extensions/libxt_CLASSIFY.c
parent278654a9aa89311eb624dc5b79b5b37d99248129 (diff)
Constify data structures
Constify more data structures. Make functions static. Signed-off-by: Jan Engelhardt <jengelh@gmx.de>
Diffstat (limited to 'extensions/libxt_CLASSIFY.c')
-rw-r--r--extensions/libxt_CLASSIFY.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/libxt_CLASSIFY.c b/extensions/libxt_CLASSIFY.c
index 605c47e0..36e62e16 100644
--- a/extensions/libxt_CLASSIFY.c
+++ b/extensions/libxt_CLASSIFY.c
@@ -26,7 +26,7 @@ static const struct option opts[] = {
{ }
};
-int string_to_priority(const char *s, unsigned int *p)
+static int string_to_priority(const char *s, unsigned int *p)
{
unsigned int i, j;