aboutsummaryrefslogtreecommitdiff
path: root/hardinfo2/hardinfo.h
diff options
context:
space:
mode:
authorLeandro Pereira <leandro@hardinfo.org>2010-01-03 13:20:55 -0200
committerLeandro Pereira <leandro@hardinfo.org>2010-01-03 13:20:55 -0200
commit9197f8f7599be83c22eb6aa0649e7be4f102a187 (patch)
tree3a3a0b0b1d096aaefa79a44dd4654e55d93e6d26 /hardinfo2/hardinfo.h
parent679cf487bceb54949f7fe51523f54b5962a7466f (diff)
Add ability to include context-sensitive help files.
Diffstat (limited to 'hardinfo2/hardinfo.h')
-rw-r--r--hardinfo2/hardinfo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/hardinfo2/hardinfo.h b/hardinfo2/hardinfo.h
index 71dc9c14..48d0cf88 100644
--- a/hardinfo2/hardinfo.h
+++ b/hardinfo2/hardinfo.h
@@ -25,6 +25,7 @@
typedef enum {
MODULE_FLAG_NONE = 0,
MODULE_FLAG_NO_REMOTE = 1<<0,
+ MODULE_FLAG_HAS_HELP = 1<<1,
} ModuleEntryFlags;
typedef struct _ModuleEntry ModuleEntry;