aboutsummaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
Diffstat (limited to 'includes')
-rw-r--r--includes/vendor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/vendor.h b/includes/vendor.h
index 1688010d..683e7d8a 100644
--- a/includes/vendor.h
+++ b/includes/vendor.h
@@ -35,6 +35,8 @@ const Vendor *vendor_match(const gchar *id_str, ...); /* end list of strings wit
const gchar *vendor_get_name(const gchar *id_str);
const gchar *vendor_get_shortest_name(const gchar *id_str);
const gchar *vendor_get_url(const gchar *id_str);
+gchar *vendor_get_link(const gchar *id_str);
+gchar *vendor_get_link_from_vendor(const Vendor *v);
void vendor_free(Vendor *v);
#endif /* __VENDOR_H__ */