diff options
author | Leandro A. F. Pereira <leandro@hardinfo.org> | 2006-10-15 16:03:32 +0000 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2006-10-15 16:03:32 +0000 |
commit | f17b415f930f3926cb5099dd8c88cd99259d6b26 (patch) | |
tree | 4af0d27df2d8006e3d9ecf81355b3b225292c6fb /hardinfo2/hardinfo.h | |
parent | 4db081cacf5e5d9f45931396b1477ef03570f7c7 (diff) |
hddtemp support cleanup, fixes
Diffstat (limited to 'hardinfo2/hardinfo.h')
-rw-r--r-- | hardinfo2/hardinfo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hardinfo2/hardinfo.h b/hardinfo2/hardinfo.h index 287119a5..9734a21b 100644 --- a/hardinfo2/hardinfo.h +++ b/hardinfo2/hardinfo.h @@ -33,5 +33,6 @@ inline void strend(gchar *str, gchar chr); inline void remove_linefeed(gchar *str); void widget_set_cursor(GtkWidget *widget, GdkCursorType cursor_type); inline gchar *size_human_readable(gfloat size); + void nonblock_sleep(guint msec); #endif /* __HARDINFO_H__ */ |