diff options
author | Leandro A. F. Pereira <leandro@hardinfo.org> | 2007-08-02 19:10:06 +0000 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2007-08-02 19:10:06 +0000 |
commit | 6f7624fa34d407693b613f4cd576cc0de2c834b2 (patch) | |
tree | 48ec9fc1fef93d1b6691b41db8508e887ccf4454 /hardinfo2/hardinfo.h | |
parent | 95b8a8cf48e3a8bfe2822968e024fbd5835cd2d5 (diff) |
Cleanups.
Diffstat (limited to 'hardinfo2/hardinfo.h')
-rw-r--r-- | hardinfo2/hardinfo.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/hardinfo2/hardinfo.h b/hardinfo2/hardinfo.h index b621cbc9..36dbb6d6 100644 --- a/hardinfo2/hardinfo.h +++ b/hardinfo2/hardinfo.h @@ -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); |