diff options
author | Leandro A. F. Pereira <leandro@hardinfo.org> | 2007-03-03 16:19:51 +0000 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2007-03-03 16:19:51 +0000 |
commit | f7ab0cb977df0d6eba533a245c93da582b9f5f84 (patch) | |
tree | 1e6c3b94103371e6248391e6f56d0652ffdf0d90 /hardinfo2/hardinfo.h | |
parent | 6209464ea2c3bc3763bf6170bb4c54a2bfe2d1f4 (diff) |
Better APM battery support
Diffstat (limited to 'hardinfo2/hardinfo.h')
-rw-r--r-- | hardinfo2/hardinfo.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/hardinfo2/hardinfo.h b/hardinfo2/hardinfo.h index e05521d3..97d3aeea 100644 --- a/hardinfo2/hardinfo.h +++ b/hardinfo2/hardinfo.h @@ -87,7 +87,8 @@ void nonblock_sleep(guint msec); void open_url(gchar *url); GSList *modules_load_selected(void); GSList *modules_load_all(void); -ModuleAbout *module_get_about(ShellModule *module); +ModuleAbout *module_get_about(ShellModule *module); +gchar *seconds_to_string(unsigned int seconds); void module_entry_scan_all_except(ModuleEntry *entries, gint except_entry); void module_entry_scan_all(ModuleEntry *entries); |