aboutsummaryrefslogtreecommitdiff
path: root/hardinfo2/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'hardinfo2/util.c')
-rw-r--r--hardinfo2/util.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/hardinfo2/util.c b/hardinfo2/util.c
index ce34a010..ccfc413f 100644
--- a/hardinfo2/util.c
+++ b/hardinfo2/util.c
@@ -427,6 +427,8 @@ static ShellModule *module_load(gchar *filename) {
(gpointer) & (entry->morefunc));
g_module_symbol(module->dll, "hi_get_field",
(gpointer) & (entry->fieldfunc));
+ g_module_symbol(module->dll, "hi_note_func",
+ (gpointer) & (entry->notefunc));
entry->number = i;