diff options
author | Simon Quigley <tsimonq2@ubuntu.com> | 2017-06-19 14:38:44 -0500 |
---|---|---|
committer | Simon Quigley <tsimonq2@ubuntu.com> | 2017-06-19 14:38:44 -0500 |
commit | ee6c3f9b4cf08a276c971dee66e1acdb32b3dff9 (patch) | |
tree | f7dc3f671114fd867204dca23871eaf2fa4ccc4a /hardinfo.h | |
parent | 7aeb5ac87c6105bd8fcc9b1fd12e37ba1550f587 (diff) |
Import Upstream version 0.4.2.3
Diffstat (limited to 'hardinfo.h')
-rw-r--r-- | hardinfo.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -98,6 +98,8 @@ gchar *seconds_to_string(unsigned int seconds); gchar *h_strdup_cprintf(const gchar *format, gchar *source, ...); gchar *h_strconcat(gchar *string1, ...); +void h_hash_table_remove_all (GHashTable *hash_table); + void module_entry_scan_all_except(ModuleEntry *entries, gint except_entry); void module_entry_scan_all(ModuleEntry *entries); |