diff options
author | Leandro A. F. Pereira <leandro@hardinfo.org> | 2009-05-01 14:11:48 -0300 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2009-05-01 14:11:48 -0300 |
commit | ddf9b782e39355db410ae4225d7a41a8dea902c4 (patch) | |
tree | 6a20d9728248544c3e2ee6acb1d0d6f3aef4f563 /hardinfo2/shell.h | |
parent | 083768985c5d7f71c98891db7ba3be12e987f4ec (diff) |
First attempt at making connections to remote hosts
Diffstat (limited to 'hardinfo2/shell.h')
-rw-r--r-- | hardinfo2/shell.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hardinfo2/shell.h b/hardinfo2/shell.h index 0f3af78c..b1714c77 100644 --- a/hardinfo2/shell.h +++ b/hardinfo2/shell.h @@ -189,4 +189,9 @@ void shell_view_set_enabled(gboolean setting); void shell_clear_timeouts(Shell *shell); void shell_clear_tree_models(Shell *shell); void shell_reset_title(Shell *shell); + +void shell_add_modules_to_gui(gpointer _shell_module, gpointer _shell_tree); + #endif /* __SHELL_H__ */ + + |