From 8b7c64d6ba156a99008fcd810cba874c73294333 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 15 Apr 2008 11:48:25 +0200 Subject: Remove old functions, constants --- extensions/libxt_quota.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'extensions/libxt_quota.c') diff --git a/extensions/libxt_quota.c b/extensions/libxt_quota.c index 590dbfbf..a642aa49 100644 --- a/extensions/libxt_quota.c +++ b/extensions/libxt_quota.c @@ -19,8 +19,8 @@ static const struct option quota_opts[] = { /* print usage */ static void quota_help(void) { - printf("quota options:\n" - " --quota quota quota (bytes)\n" "\n"); + printf("quota match options:\n" + " --quota quota quota (bytes)\n"); } /* print matchinfo */ @@ -80,7 +80,7 @@ quota_parse(int c, char **argv, int invert, unsigned int *flags, struct xtables_match quota_match = { .family = AF_UNSPEC, .name = "quota", - .version = IPTABLES_VERSION, + .version = XTABLES_VERSION, .size = XT_ALIGN(sizeof (struct xt_quota_info)), .userspacesize = offsetof(struct xt_quota_info, quota), .help = quota_help, -- cgit v1.2.3