aboutsummaryrefslogtreecommitdiff
path: root/hardinfo2/vendor.h
diff options
context:
space:
mode:
authorLeandro A. F. Pereira <leandro@hardinfo.org>2009-04-04 14:51:11 -0300
committerLeandro A. F. Pereira <leandro@hardinfo.org>2009-04-04 14:51:11 -0300
commita67822f88fd8c67fbc49a1510669647d490e6ee0 (patch)
tree063b9b6d6cda83f5367ad6a13d3101d23afe0da3 /hardinfo2/vendor.h
parent24d285d8dce5c51c708580bc01a563beba91bea3 (diff)
Make vendor list updatable
Diffstat (limited to 'hardinfo2/vendor.h')
-rw-r--r--hardinfo2/vendor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hardinfo2/vendor.h b/hardinfo2/vendor.h
index b40dafb1..778e2ea3 100644
--- a/hardinfo2/vendor.h
+++ b/hardinfo2/vendor.h
@@ -26,8 +26,8 @@ struct _Vendor {
char *url;
};
+void vendor_init(void);
const gchar *vendor_get_name(const gchar *id);
const gchar *vendor_get_url(const gchar *id);
-
#endif /* __VENDOR_H__ */