From 0657708dd869a21a1e01323ada73f6ba06ad550f Mon Sep 17 00:00:00 2001 From: "Leandro A. F. Pereira" Date: Mon, 27 Apr 2009 12:06:29 -0300 Subject: Make unloading of modules possible --- hardinfo2/hardinfo.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'hardinfo2/hardinfo.h') diff --git a/hardinfo2/hardinfo.h b/hardinfo2/hardinfo.h index 755d4af4..2314c043 100644 --- a/hardinfo2/hardinfo.h +++ b/hardinfo2/hardinfo.h @@ -100,6 +100,7 @@ void open_url(gchar *url); GSList *modules_get_list(void); GSList *modules_load_selected(void); GSList *modules_load_all(void); +void module_unload_all(void); ModuleAbout *module_get_about(ShellModule *module); gchar *seconds_to_string(unsigned int seconds); @@ -117,6 +118,7 @@ const gchar *module_entry_get_note(ShellModuleEntry *module_entry); gchar *module_entry_get_field(ShellModuleEntry * module_entry, gchar * field); gchar *module_entry_get_moreinfo(ShellModuleEntry * module_entry); + /* BinReloc stuff */ gboolean binreloc_init(gboolean try_hardcoded); -- cgit v1.2.3