Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Rearrange git-format-patch synopsis to improve clarity.
[gitweb.git]
/
parse-options.h
diff --git
a/parse-options.h
b/parse-options.h
index 2558e00a7c0eb12a028f4d2e88f2a8f255716604..3a470e5eb8b1fe5597403487d85484fb0e52e5b9 100644
(file)
--- a/
parse-options.h
+++ b/
parse-options.h
@@
-16,6
+16,7
@@
enum parse_opt_flags {
enum parse_opt_option_flags {
PARSE_OPT_OPTARG = 1,
+ PARSE_OPT_NOARG = 2,
};
struct option;