diff options
Diffstat (limited to 'hardinfo2/shell.h')
-rw-r--r-- | hardinfo2/shell.h | 2 |
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 { |