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_SECMARK.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'extensions/libxt_SECMARK.c') diff --git a/extensions/libxt_SECMARK.c b/extensions/libxt_SECMARK.c index 7d3dbfa2..c62fb44f 100644 --- a/extensions/libxt_SECMARK.c +++ b/extensions/libxt_SECMARK.c @@ -26,10 +26,6 @@ static const struct option SECMARK_opts[] = { { .name = NULL } }; -/* - * Function which parses command options; returns true if it - * ate an option. - */ static int SECMARK_parse(int c, char **argv, int invert, unsigned int *flags, const void *entry, struct xt_entry_target **target) { @@ -87,7 +83,6 @@ static void SECMARK_print(const void *ip, const struct xt_entry_target *target, print_secmark(info); } -/* Saves the target info in parsable form to stdout. */ static void SECMARK_save(const void *ip, const struct xt_entry_target *target) { struct xt_secmark_target_info *info = -- cgit v1.2.3