1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-03 05:18:29 +03:00

Separate constant fields from variable ones.

This commit is contained in:
Alasdair Kergon 2002-01-10 16:47:04 +00:00
parent b80f32dd0a
commit f8427641b0

View File

@ -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;