diff options
author | 2012-09-15 21:47:30 +0000 | |
---|---|---|
committer | 2012-09-15 21:47:30 +0000 | |
commit | ab97dc30efdd5cc1abf8c65b8ce29af364219167 (patch) | |
tree | 5ab46b3c21f6e0e4173a79a4151e019b3f2dc17e /src/lib/util/opresolv.h | |
parent | d1da89cc7817315f05269205a3f56d36ebba170b (diff) |
First pass at modernizing struct definitions.
Diffstat (limited to 'src/lib/util/opresolv.h')
-rw-r--r-- | src/lib/util/opresolv.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/util/opresolv.h b/src/lib/util/opresolv.h index 7048e8b1538..c5aad88ba2c 100644 --- a/src/lib/util/opresolv.h +++ b/src/lib/util/opresolv.h @@ -57,8 +57,7 @@ enum option_type OPTIONTYPE_ENUM_VALUE }; -typedef struct _option_guide option_guide; -struct _option_guide +struct option_guide { enum option_type option_type; int parameter; |