aboutsummaryrefslogtreecommitdiff
path: root/hardinfo2/shell.h
diff options
context:
space:
mode:
authorLeandro A. F. Pereira <leandro@hardinfo.org>2009-05-09 11:57:06 -0300
committerLeandro A. F. Pereira <leandro@hardinfo.org>2009-05-09 11:57:06 -0300
commitdbaeacf7888957ca8d0cad69822b2fe4851b19d4 (patch)
treedad4e950c1e997870069120fcc30cf3663420810 /hardinfo2/shell.h
parent79bfb31978e30c1d9c1e6de5a8c234383b07bd66 (diff)
Change remote host dialog to be a Host Manager; add a Connect To window and a Remote menu.
Diffstat (limited to 'hardinfo2/shell.h')
-rw-r--r--hardinfo2/shell.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/hardinfo2/shell.h b/hardinfo2/shell.h
index f84c5e83..4842dc2c 100644
--- a/hardinfo2/shell.h
+++ b/hardinfo2/shell.h
@@ -94,6 +94,8 @@ struct _Shell {
ShellOrderType _order_type;
gchar *selected_module_name;
+
+ GKeyFile *hosts;
};
struct _ShellTree {
@@ -193,6 +195,7 @@ void shell_set_title(Shell *shell, char *subtitle);
void shell_add_modules_to_gui(gpointer _shell_module, gpointer _shell_tree);
+void shell_save_hosts_file();
#endif /* __SHELL_H__ */