diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2022-06-30 19:37:27 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2022-06-30 19:37:27 +0200 |
commit | d6cfcd5e4d0f707e73c7c180f87c67abc5810a2f (patch) | |
tree | 47d47e669560afd051899d5448387310f1c44495 /dmioem.h | |
parent | 97666ba6a97a8cd777faddc444389d1ccf7e1d62 (diff) | |
parent | b35215f7ecd801ec656a4eb669f33f658cd48868 (diff) |
Merge branch 'feature/upstream' into develop
Diffstat (limited to 'dmioem.h')
-rw-r--r-- | dmioem.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,5 +21,5 @@ struct dmi_header; -void dmi_set_vendor(const char *s); +void dmi_set_vendor(const char *s, const char *p); int dmi_decode_oem(const struct dmi_header *h); |