diff options
author | Burt P <pburt0@gmail.com> | 2018-10-04 18:44:38 -0500 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2018-11-04 15:02:12 -0800 |
commit | c98b4d5f8254882df4ddc96df406de8d45263e99 (patch) | |
tree | 4e3e38e61f6710e7b5080be3270eeb1d1380e72c /includes | |
parent | 2316b80c4322e7ab3cb248be6ba72402fa108cff (diff) |
devices: get_motherboard(), shorten vendor if possible
Signed-off-by: Burt P <pburt0@gmail.com>
Diffstat (limited to 'includes')
-rw-r--r-- | includes/vendor.h | 1 |
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); |