aboutsummaryrefslogtreecommitdiff
path: root/hardinfo2/shell.h
diff options
context:
space:
mode:
authorLeandro A. F. Pereira <leandro@hardinfo.org>2009-05-09 17:47:37 -0300
committerLeandro A. F. Pereira <leandro@hardinfo.org>2009-05-09 17:47:37 -0300
commit2714d9d18c8ccb050c7569ec63049fbfe4aaabc0 (patch)
treee0040af565006a52f87ec057ec844b385c0627ab /hardinfo2/shell.h
parentd6f07d7b0e2e0bfef721ce51fbf42754c29568b2 (diff)
Make loading modules from the menubar possible
Diffstat (limited to 'hardinfo2/shell.h')
-rw-r--r--hardinfo2/shell.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/hardinfo2/shell.h b/hardinfo2/shell.h
index 4842dc2c..17a62a17 100644
--- a/hardinfo2/shell.h
+++ b/hardinfo2/shell.h
@@ -195,7 +195,9 @@ 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();
+void shell_save_hosts_file(void);
+void shell_update_remote_menu(void);
+
#endif /* __SHELL_H__ */