From f8427641b04e53f74c04b063ed1849e1b24bd51a Mon Sep 17 00:00:00 2001 From: Alasdair Kergon Date: Thu, 10 Jan 2002 16:47:04 +0000 Subject: [PATCH] Separate constant fields from variable ones. --- tools/tools.h | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/tools.h b/tools/tools.h index bb1e5f83b..9594d3929 100644 --- a/tools/tools.h +++ b/tools/tools.h @@ -79,6 +79,7 @@ struct arg { char short_arg; char *long_arg; int (*fn)(struct arg *a); + int count; char *value; uint32_t i_value;