diff options
Diffstat (limited to 'includes')
| -rw-r--r-- | includes/computer.h | 5 | ||||
| -rw-r--r-- | includes/devices.h | 5 | 
2 files changed, 5 insertions, 5 deletions
| diff --git a/includes/computer.h b/includes/computer.h index 9b70ae9a..05db78c3 100644 --- a/includes/computer.h +++ b/includes/computer.h @@ -159,4 +159,9 @@ void scan_modules_do(void);  void scan_filesystems(void);  void scan_users_do(void); +/* Memory Usage */ +extern GHashTable *memlabels; +void init_memory_labels(void); +void scan_memory_do(void); +  #endif				/* __COMPUTER_H__ */ diff --git a/includes/devices.h b/includes/devices.h index 7223b91e..71d125fe 100644 --- a/includes/devices.h +++ b/includes/devices.h @@ -48,10 +48,6 @@ gchar *processor_describe_default(GSList * processors);  gchar *processor_describe_by_counting_names(GSList * processors);  gchar *processor_frequency_desc(GSList *processors); -/* Memory */ -void init_memory_labels(void); -void scan_memory_do(void); -  /* Printers */  void init_cups(void); @@ -85,7 +81,6 @@ extern gchar *storage_icons;  extern gchar *storage_list;  extern gchar *usb_list;  extern gchar *usb_icons; -extern GHashTable *memlabels;  extern GHashTable *_pci_devices;  extern GHashTable *sensor_compute;  extern GHashTable *sensor_labels; | 
