From 66d0e31b047067054e161cff1a62234565331390 Mon Sep 17 00:00:00 2001 From: Burt P Date: Fri, 28 Jun 2019 23:49:49 -0500 Subject: dmi_util: make cache static, use cache free function Signed-off-by: Burt P --- includes/dmi_util.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'includes') diff --git a/includes/dmi_util.h b/includes/dmi_util.h index efc0ea21..3b6fd3f4 100644 --- a/includes/dmi_util.h +++ b/includes/dmi_util.h @@ -51,4 +51,6 @@ dmi_handle_list *dmidecode_match_value(const char *name, const char *value, cons /* get the first value for name, limiting to optional dmi_type and/or optional handle */ char *dmidecode_match(const char *name, const unsigned long *dmi_type, const unsigned long *handle); +void dmidecode_cache_free(); + #endif -- cgit v1.2.3