From c78ac8dfffa5d21c3dba2002db839b0f4a831043 Mon Sep 17 00:00:00 2001 From: jamesbond Date: Fri, 6 Jun 2014 19:33:16 +0000 Subject: fix missing RAM memory due to functions of the same name being exported in different shared libraries (fix: make the functions private). --- modules/computer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/computer.c') diff --git a/modules/computer.c b/modules/computer.c index 16c68217..056af6a4 100644 --- a/modules/computer.c +++ b/modules/computer.c @@ -84,7 +84,7 @@ static ModuleEntry entries[] = { gchar *module_list = NULL; Computer *computer = NULL; -gchar *hi_more_info(gchar * entry) +static gchar *hi_more_info(gchar * entry) { gchar *info = moreinfo_lookup_with_prefix("COMP", entry); -- cgit v1.2.3