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_dccp.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'extensions/libxt_dccp.c') diff --git a/extensions/libxt_dccp.c b/extensions/libxt_dccp.c index 8aa3d06b..e1d6457d 100644 --- a/extensions/libxt_dccp.c +++ b/extensions/libxt_dccp.c @@ -24,7 +24,6 @@ #define DEBUGP(format, fist...) #endif -/* Initialize the match. */ static void dccp_init(struct xt_entry_match *m) { struct xt_dccp_info *einfo = (struct xt_dccp_info *)m->data; @@ -266,7 +265,6 @@ print_option(u_int8_t option, int invert, int numeric) printf("option=%s%u ", invert ? "!" : "", option); } -/* Prints out the matchinfo. */ static void dccp_print(const void *ip, const struct xt_entry_match *match, int numeric) { @@ -299,7 +297,6 @@ dccp_print(const void *ip, const struct xt_entry_match *match, int numeric) } } -/* Saves the union ipt_matchinfo in parsable form to stdout. */ static void dccp_save(const void *ip, const struct xt_entry_match *match) { const struct xt_dccp_info *einfo = @@ -370,4 +367,3 @@ void _init(void) xtables_register_match(&dccp_match); xtables_register_match(&dccp_match6); } - -- cgit v1.2.3