diff options
author | Leandro Pereira <leandro@hardinfo.org> | 2012-01-08 11:45:07 -0200 |
---|---|---|
committer | Leandro Pereira <leandro@hardinfo.org> | 2012-01-08 11:45:07 -0200 |
commit | a3f184c1e0354269916ddfe9216f5ff56cdf19ab (patch) | |
tree | 7ffa1987a8ba59b87538f09baf3d6fdc01ec094f /includes/computer.h | |
parent | 7ce496ba68d67905a5715104aa6122ae85dab1c3 (diff) |
Add group information.
Closes http://bugs.hardinfo.org/showreport.php?bugid=54
Diffstat (limited to 'includes/computer.h')
-rw-r--r-- | includes/computer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/computer.h b/includes/computer.h index 05f7c4be..361dc25d 100644 --- a/includes/computer.h +++ b/includes/computer.h @@ -162,6 +162,7 @@ struct _MemoryInfo { } extern gchar *users; +extern gchar *groups; extern gchar *fs_list; extern GHashTable *_module_hash_table; extern Computer *computer; |