From b9dc675ac78098182c90d19ea19705c2237e323e Mon Sep 17 00:00:00 2001 From: "/C=EU/ST=EU/CN=Patrick McHardy/emailAddress=kaber@trash.net" Date: Thu, 4 Oct 2007 16:25:58 +0000 Subject: [PATCH 05/13] Constify data structures Constify more data structures. Make functions static. Signed-off-by: Jan Engelhardt --- extensions/libxt_CLASSIFY.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions/libxt_CLASSIFY.c') diff --git a/extensions/libxt_CLASSIFY.c b/extensions/libxt_CLASSIFY.c index 605c47e..36e62e1 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; -- cgit v1.2.3