From c98b4d5f8254882df4ddc96df406de8d45263e99 Mon Sep 17 00:00:00 2001 From: Burt P Date: Thu, 4 Oct 2018 18:44:38 -0500 Subject: devices: get_motherboard(), shorten vendor if possible Signed-off-by: Burt P --- includes/vendor.h | 1 + 1 file changed, 1 insertion(+) (limited to 'includes') 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); -- cgit v1.2.3