summaryrefslogtreecommitdiff
path: root/modules/network.c
diff options
context:
space:
mode:
authorjamesbond <jamesbond>2014-07-28 17:01:25 +0000
committerLeandro Pereira <leandro@hardinfo.org>2015-10-25 15:49:33 -0200
commit6dd14fed6db519a2feb77a5b2b6e73ff03c4d043 (patch)
treea6784731925626be94d6ae0da328c30a8f0c4b53 /modules/network.c
parentda77fa093e35ca15d3b405c41b30f3cbbbe66c26 (diff)
revert commit [d5afcb6851]; fix the real cause of missing RAM display (use moreinfo_lookup rather than hi_more_info); fix usb display crashing (util.c now looks for lsusb in /usr/sbin first); fix glibc version not showing (glibc located in /lib64/libc.so.6); initial support for DDR3 spd-decoding (incomplete, the manufacturer is not shown yet).
Diffstat (limited to 'modules/network.c')
-rw-r--r--modules/network.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/network.c b/modules/network.c
index c9f389f5..18f8ba65 100644
--- a/modules/network.c
+++ b/modules/network.c
@@ -379,7 +379,7 @@ gchar *callback_statistics()
__statistics);
}
-static gchar *hi_more_info(gchar * entry)
+gchar *hi_more_info(gchar * entry)
{
gchar *info = moreinfo_lookup_with_prefix("NET", entry);