aboutsummaryrefslogtreecommitdiff
path: root/includes/vendor.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/vendor.h')
-rw-r--r--includes/vendor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/vendor.h b/includes/vendor.h
index 9fe1f995..1688010d 100644
--- a/includes/vendor.h
+++ b/includes/vendor.h
@@ -33,6 +33,7 @@ void vendor_init(void);
void vendor_cleanup(void);
const Vendor *vendor_match(const gchar *id_str, ...); /* end list of strings with NULL */
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);
void vendor_free(Vendor *v);