summaryrefslogtreecommitdiff
path: root/hardinfo2/shell.h
diff options
context:
space:
mode:
Diffstat (limited to 'hardinfo2/shell.h')
-rw-r--r--hardinfo2/shell.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hardinfo2/shell.h b/hardinfo2/shell.h
index 01da254f..f8f3afed 100644
--- a/hardinfo2/shell.h
+++ b/hardinfo2/shell.h
@@ -124,7 +124,7 @@ struct _ShellModule {
struct _ShellModuleMethod {
gchar *name;
- gchar *(*function) (void);
+ gpointer function;
};
struct _ShellModuleEntry {