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/libipt_MASQUERADE.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'extensions/libipt_MASQUERADE.c') diff --git a/extensions/libipt_MASQUERADE.c b/extensions/libipt_MASQUERADE.c index ea4f5cdd..76707651 100644 --- a/extensions/libipt_MASQUERADE.c +++ b/extensions/libipt_MASQUERADE.c @@ -8,7 +8,6 @@ #include #include -/* Function which prints out usage message. */ static void MASQUERADE_help(void) { printf( @@ -25,7 +24,6 @@ static const struct option MASQUERADE_opts[] = { { .name = NULL } }; -/* Initialize the target. */ static void MASQUERADE_init(struct xt_entry_target *t) { struct ip_nat_multi_range *mr = (struct ip_nat_multi_range *)t->data; @@ -69,8 +67,6 @@ parse_ports(const char *arg, struct ip_nat_multi_range *mr) } } -/* Function which parses command options; returns true if it - ate an option */ static int MASQUERADE_parse(int c, char **argv, int invert, unsigned int *flags, const void *e, struct xt_entry_target **target) { @@ -108,7 +104,6 @@ static int MASQUERADE_parse(int c, char **argv, int invert, unsigned int *flags, } } -/* Prints out the targinfo. */ static void MASQUERADE_print(const void *ip, const struct xt_entry_target *target, int numeric) @@ -129,7 +124,6 @@ MASQUERADE_print(const void *ip, const struct xt_entry_target *target, printf("random "); } -/* Saves the union ipt_targinfo in parsable form to stdout. */ static void MASQUERADE_save(const void *ip, const struct xt_entry_target *target) { -- cgit v1.2.3