diff options
author | Leandro A. F. Pereira <leandro@hardinfo.org> | 2006-11-19 14:52:38 +0000 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2006-11-19 14:52:38 +0000 |
commit | 8708504c28caeee4bd3e95b6b6d739970863f19c (patch) | |
tree | ede48c1cf75ce7c38ffd75a5fd4eba11a0bb1020 /hardinfo2/shell.h | |
parent | f128a3b3f241c7280339a2be8f3e6c18295bb526 (diff) |
Started working on report generation without GUI.
Diffstat (limited to 'hardinfo2/shell.h')
-rw-r--r-- | hardinfo2/shell.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hardinfo2/shell.h b/hardinfo2/shell.h index 7870a5c3..3a0fd3b0 100644 --- a/hardinfo2/shell.h +++ b/hardinfo2/shell.h @@ -116,7 +116,7 @@ struct _ShellFieldUpdate { gboolean loadgraph; }; -void shell_init(void); +void shell_init(GSList *modules); void shell_do_reload(void); Shell *shell_get_main_shell(); |