summaryrefslogtreecommitdiff
path: root/hardinfo2/hardinfo.h
diff options
context:
space:
mode:
authorLeandro A. F. Pereira <leandro@hardinfo.org>2007-03-03 16:19:51 +0000
committerLeandro A. F. Pereira <leandro@hardinfo.org>2007-03-03 16:19:51 +0000
commitf7ab0cb977df0d6eba533a245c93da582b9f5f84 (patch)
tree1e6c3b94103371e6248391e6f56d0652ffdf0d90 /hardinfo2/hardinfo.h
parent6209464ea2c3bc3763bf6170bb4c54a2bfe2d1f4 (diff)
Better APM battery support
Diffstat (limited to 'hardinfo2/hardinfo.h')
-rw-r--r--hardinfo2/hardinfo.h3
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);