aboutsummaryrefslogtreecommitdiff
path: root/hardinfo2/hardinfo.h
diff options
context:
space:
mode:
authorLeandro A. F. Pereira <leandro@hardinfo.org>2006-10-27 16:05:37 +0000
committerLeandro A. F. Pereira <leandro@hardinfo.org>2006-10-27 16:05:37 +0000
commitf15d3511abd9c6dfe489cf2e325d24b77463cefb (patch)
tree8688d2c0034c88d8dc318cef5d40ba4fde006e2e /hardinfo2/hardinfo.h
parent5f19b74bf1b3cd7132a51aa1803ad3bc0ba4be62 (diff)
Added web links to the help menu (Report Bug and Open HardInfo webpage).
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 285a422c..d0da307b 100644
--- a/hardinfo2/hardinfo.h
+++ b/hardinfo2/hardinfo.h
@@ -54,6 +54,7 @@ gpointer file_types_get_data_by_name(FileTypes *file_types, gchar *name);
/* Misc utility functions */
inline gchar *size_human_readable(gfloat size);
void nonblock_sleep(guint msec);
+void open_url(gchar *url);
/* BinReloc stuff */
gboolean binreloc_init(gboolean try_hardcoded);