summaryrefslogtreecommitdiff
path: root/dmiopt.h
diff options
context:
space:
mode:
Diffstat (limited to 'dmiopt.h')
-rw-r--r--dmiopt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dmiopt.h b/dmiopt.h
index 7ab0b70..db03721 100644
--- a/dmiopt.h
+++ b/dmiopt.h
@@ -30,6 +30,7 @@ extern struct opt opt;
#define FLAG_VERSION (1<<0)
#define FLAG_HELP (1<<1)
#define FLAG_DUMP (1<<2)
+#define FLAG_QUIET (1<<3)
int parse_command_line(int argc, char * const argv[]);
void print_help(void);