diff options
author | Leandro A. F. Pereira <leandro@hardinfo.org> | 2009-04-25 22:54:15 -0300 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2009-04-25 22:54:15 -0300 |
commit | cc6fd7f646e372a50c56db1c9af1b9d0bcbe8d6c (patch) | |
tree | 4fca59e27fe04fe22d1966a681adfb24e3e087b6 /hardinfo2/hardinfo.h | |
parent | 77baf70fba7d7fbdd10d677a3a0357c7337d8b12 (diff) |
Start implementing the XML-RPC server
Diffstat (limited to 'hardinfo2/hardinfo.h')
-rw-r--r-- | hardinfo2/hardinfo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hardinfo2/hardinfo.h b/hardinfo2/hardinfo.h index 030cc46a..31b1365a 100644 --- a/hardinfo2/hardinfo.h +++ b/hardinfo2/hardinfo.h @@ -97,6 +97,7 @@ gchar *find_program(gchar *program_name); inline gchar *size_human_readable(gfloat size); void nonblock_sleep(guint msec); void open_url(gchar *url); +GSList *modules_get_list(void); GSList *modules_load_selected(void); GSList *modules_load_all(void); ModuleAbout *module_get_about(ShellModule *module); |