summaryrefslogtreecommitdiff
path: root/dmiopt.h
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff.email>2024-07-07 10:58:07 +0200
committerJörg Frings-Fürst <debian@jff.email>2024-07-07 10:58:07 +0200
commit5d080a83916d09fae81e49e0b9bcee5b73416688 (patch)
tree6290b97a5089074ce3c528bb7d2bad8b48c61625 /dmiopt.h
parentb1d326f710674448b6a528b3991ae44098396b44 (diff)
parent223c71b5532beb3fd6cbfb931b95b149235544a1 (diff)
Merge branch 'release/debian/3.6-1'debian/3.6-1
Diffstat (limited to 'dmiopt.h')
-rw-r--r--dmiopt.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/dmiopt.h b/dmiopt.h
index 62ffcbb..ae04778 100644
--- a/dmiopt.h
+++ b/dmiopt.h
@@ -2,7 +2,7 @@
* Command line handling of dmidecode
* This file is part of the dmidecode project.
*
- * Copyright (C) 2005-2008 Jean Delvare <jdelvare@suse.de>
+ * Copyright (C) 2005-2023 Jean Delvare <jdelvare@suse.de>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
@@ -47,6 +47,7 @@ extern struct opt opt;
#define FLAG_FROM_DUMP (1 << 5)
#define FLAG_NO_SYSFS (1 << 6)
#define FLAG_NO_QUIRKS (1 << 7)
+#define FLAG_LIST (1 << 8)
int parse_command_line(int argc, char * const argv[]);
void print_help(void);