From ddac6c5bc636003d664d25c08ea3fe176565096c Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 1 Sep 2008 14:22:19 +0200 Subject: src: Update comments A number of comments are redundant, some outdated and others outright wrong in their own way. Remove and fixup. Signed-off-by: Jan Engelhardt Signed-off-by: Patrick McHardy --- extensions/libxt_CLASSIFY.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'extensions/libxt_CLASSIFY.c') diff --git a/extensions/libxt_CLASSIFY.c b/extensions/libxt_CLASSIFY.c index 79dd16c2..113f6807 100644 --- a/extensions/libxt_CLASSIFY.c +++ b/extensions/libxt_CLASSIFY.c @@ -10,7 +10,6 @@ #include #include -/* Function which prints out usage message. */ static void CLASSIFY_help(void) { @@ -35,8 +34,6 @@ static int CLASSIFY_string_to_priority(const char *s, unsigned int *p) return 0; } -/* Function which parses command options; returns true if it - ate an option */ static int CLASSIFY_parse(int c, char **argv, int invert, unsigned int *flags, const void *entry, @@ -77,7 +74,6 @@ CLASSIFY_print_class(unsigned int priority, int numeric) printf("%x:%x ", TC_H_MAJ(priority)>>16, TC_H_MIN(priority)); } -/* Prints out the targinfo. */ static void CLASSIFY_print(const void *ip, const struct xt_entry_target *target, @@ -89,7 +85,6 @@ CLASSIFY_print(const void *ip, CLASSIFY_print_class(clinfo->priority, numeric); } -/* Saves the union ipt_targinfo in parsable form to stdout. */ static void CLASSIFY_save(const void *ip, const struct xt_entry_target *target) { -- cgit v1.2.3