about summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-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 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;