summaryrefslogtreecommitdiff
path: root/hardinfo2/shell.h
diff options
context:
space:
mode:
authorLeandro A. F. Pereira <leandro@hardinfo.org>2009-08-05 12:57:49 -0300
committerLeandro A. F. Pereira <leandro@hardinfo.org>2009-08-05 12:57:49 -0300
commitb7c88c3c58d58dd071745771eb062f7f42a8cdbd (patch)
treebc311a555785b23f38cc9df94a3397d2a30676fb /hardinfo2/shell.h
parent06a36849aa90e34459509f7e3bda37ae3335e7dc (diff)
Add Help Viewer
Diffstat (limited to 'hardinfo2/shell.h')
-rw-r--r--hardinfo2/shell.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/hardinfo2/shell.h b/hardinfo2/shell.h
index a959c23c..3608c7a0 100644
--- a/hardinfo2/shell.h
+++ b/hardinfo2/shell.h
@@ -19,7 +19,9 @@
#define __SHELL_H__
#include <gtk/gtk.h>
-#include <loadgraph.h>
+
+#include "loadgraph.h"
+#include "help-viewer.h"
typedef struct _Shell Shell;
typedef struct _ShellTree ShellTree;
@@ -97,6 +99,7 @@ struct _Shell {
gchar *selected_module_name;
GKeyFile *hosts;
+ HelpViewer *help_viewer;
};
struct _ShellTree {