diff options
Diffstat (limited to 'lib/util/shhopt.h')
-rw-r--r-- | lib/util/shhopt.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/util/shhopt.h b/lib/util/shhopt.h index fd15b53c..0c3c3ba4 100644 --- a/lib/util/shhopt.h +++ b/lib/util/shhopt.h @@ -202,6 +202,8 @@ typedef struct { OPTENTRY(shortvalue, longvalue, typevalue, outputvalue, flagvalue) \ } +#define OPTENTINIT OPTION_DEF[0].type = OPT_END + struct optNameValue { const char * name; |