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_CONNMARK.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'extensions/libxt_CONNMARK.c') diff --git a/extensions/libxt_CONNMARK.c b/extensions/libxt_CONNMARK.c index 27640f58..9f83111e 100644 --- a/extensions/libxt_CONNMARK.c +++ b/extensions/libxt_CONNMARK.c @@ -33,7 +33,6 @@ enum { F_SR_MARK = 1 << 1, }; -/* Function which prints out usage message. */ static void CONNMARK_help(void) { printf( @@ -95,8 +94,6 @@ static void connmark_tg_init(struct xt_entry_target *target) info->nfmask = ~0U; } -/* Function which parses command options; returns true if it - ate an option */ static int CONNMARK_parse(int c, char **argv, int invert, unsigned int *flags, const void *entry, struct xt_entry_target **target) @@ -273,8 +270,6 @@ print_mask(const char *text, unsigned long mask) printf("%s0x%lx", text, mask); } - -/* Prints out the target info. */ static void CONNMARK_print(const void *ip, const struct xt_entry_target *target, int numeric) { @@ -346,7 +341,6 @@ connmark_tg_print(const void *ip, const struct xt_entry_target *target, } } -/* Saves the target into in parsable form to stdout. */ static void CONNMARK_save(const void *ip, const struct xt_entry_target *target) { const struct xt_connmark_target_info *markinfo = -- cgit v1.2.3