diff options
author | Burt P <pburt0@gmail.com> | 2019-12-27 22:12:49 -0600 |
---|---|---|
committer | Leandro A. F. Pereira <leandro@hardinfo.org> | 2019-12-27 22:16:36 -0800 |
commit | 79d8b3c8b4f54e17b35cf82fc97af9d8be73d7dc (patch) | |
tree | c3f08fcb3f1174fb5315b1b821d247602ed40906 /deps/sysobj_early/include/format_early.h | |
parent | 9b8122e2c3378966641568f9c12ce10a6a9ec45c (diff) |
usb: vendor tags in list
Signed-off-by: Burt P <pburt0@gmail.com>
Diffstat (limited to 'deps/sysobj_early/include/format_early.h')
-rw-r--r-- | deps/sysobj_early/include/format_early.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/deps/sysobj_early/include/format_early.h b/deps/sysobj_early/include/format_early.h index 871d173f..e5524e26 100644 --- a/deps/sysobj_early/include/format_early.h +++ b/deps/sysobj_early/include/format_early.h @@ -25,6 +25,7 @@ #include <strings.h> #include "appf.h" #include "util_sysobj.h" +#include "vendor.h" enum { FMT_OPT_NONE = 0, @@ -41,4 +42,6 @@ gchar *format_with_ansi_color(const gchar *str, const gchar *ansi_color, int fmt void tag_vendor(gchar **str, guint offset, const gchar *vendor_str, const char *ansi_color, int fmt_opts); gchar *vendor_match_tag(const gchar *vendor_str, int fmt_opts); +gchar *vendor_list_ribbon(const vendor_list vl_in, int fmt_opts); + #endif |