From c795af7555eaf6f7ff554447e5d131734300b318 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Sun, 10 Dec 2023 01:12:36 -0500 Subject: Add globals_free() prototype --- include/omc.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/omc.h') diff --git a/include/omc.h b/include/omc.h index 9ee31e4..2215f6e 100644 --- a/include/omc.h +++ b/include/omc.h @@ -54,4 +54,9 @@ struct OMC_GLOBAL { } jfrog; }; +/** + * Free memory allocated in global configuration structure + */ +void globals_free(); + #endif //OMC_OMC_H -- cgit