summaryrefslogtreecommitdiff
path: root/hardinfo2/hardinfo.h
diff options
context:
space:
mode:
authorLeandro A. F. Pereira <leandro@hardinfo.org>2006-10-15 16:03:32 +0000
committerLeandro A. F. Pereira <leandro@hardinfo.org>2006-10-15 16:03:32 +0000
commitf17b415f930f3926cb5099dd8c88cd99259d6b26 (patch)
tree4af0d27df2d8006e3d9ecf81355b3b225292c6fb /hardinfo2/hardinfo.h
parent4db081cacf5e5d9f45931396b1477ef03570f7c7 (diff)
hddtemp support cleanup, fixes
Diffstat (limited to 'hardinfo2/hardinfo.h')
-rw-r--r--hardinfo2/hardinfo.h1
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__ */