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_connbytes.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'extensions/libxt_connbytes.c') diff --git a/extensions/libxt_connbytes.c b/extensions/libxt_connbytes.c index 64faa8f1..08670919 100644 --- a/extensions/libxt_connbytes.c +++ b/extensions/libxt_connbytes.c @@ -8,7 +8,6 @@ #include #include -/* Function which prints out usage message. */ static void connbytes_help(void) { printf( @@ -44,8 +43,6 @@ parse_range(const char *arg, struct xt_connbytes_info *si) (unsigned long long)si->count.to); } -/* Function which parses command options; returns true if it - ate an option */ static int connbytes_parse(int c, char **argv, int invert, unsigned int *flags, const void *entry, struct xt_entry_match **match) @@ -141,7 +138,6 @@ static void print_direction(struct xt_connbytes_info *sinfo) } } -/* Prints out the matchinfo. */ static void connbytes_print(const void *ip, const struct xt_entry_match *match, int numeric) { @@ -163,7 +159,6 @@ connbytes_print(const void *ip, const struct xt_entry_match *match, int numeric) print_direction(sinfo); } -/* Saves the matchinfo in parsable form to stdout. */ static void connbytes_save(const void *ip, const struct xt_entry_match *match) { struct xt_connbytes_info *sinfo = (struct xt_connbytes_info *)match->data; -- cgit v1.2.3