diff options
author | Leandro A. F. Pereira <leandro@hardinfo.org> | 2006-10-15 21:57:09 +0000 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2006-10-15 21:57:09 +0000 |
commit | 3722c94e232b39d2a05ef359a60d25ac0cbe7887 (patch) | |
tree | 3212d41dd2db5e96fe09587a80f6606e9fb69317 /hardinfo2/hardinfo.h | |
parent | 9949aa0b97e44d67713eed79859028c5ba92b1a3 (diff) |
Make menu shortcuts work, plug memory leaks, socket code cleanup
Diffstat (limited to 'hardinfo2/hardinfo.h')
-rw-r--r-- | hardinfo2/hardinfo.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hardinfo2/hardinfo.h b/hardinfo2/hardinfo.h index 9734a21b..aab31389 100644 --- a/hardinfo2/hardinfo.h +++ b/hardinfo2/hardinfo.h @@ -35,4 +35,7 @@ inline void remove_linefeed(gchar *str); inline gchar *size_human_readable(gfloat size); void nonblock_sleep(guint msec); +extern gchar* path_lib; +extern gchar* path_data; + #endif /* __HARDINFO_H__ */ |