about summary refs log tree commit diff
path: root/lib/util
diff options
context:
space:
mode:
Diffstat (limited to 'lib/util')
-rw-r--r--lib/util/shhopt.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/util/shhopt.h b/lib/util/shhopt.h
index 12b0ef22..ad0d2efc 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;