Code

Merge branch 'ss/mailsplit'
[git.git] / parse-options.h
index 2558e00a7c0eb12a028f4d2e88f2a8f255716604..3a470e5eb8b1fe5597403487d85484fb0e52e5b9 100644 (file)
@@ -16,6 +16,7 @@ enum parse_opt_flags {
 
 enum parse_opt_option_flags {
        PARSE_OPT_OPTARG  = 1,
+       PARSE_OPT_NOARG   = 2,
 };
 
 struct option;