aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2023-12-10 01:12:36 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2023-12-10 01:12:36 -0500
commitc795af7555eaf6f7ff554447e5d131734300b318 (patch)
tree83266bcf9f8bb7f7be23d1ae2ec5a799311fe3cd
parent252723ae12eca5f74328c377ac2ec065bc4cde23 (diff)
downloadstasis-c795af7555eaf6f7ff554447e5d131734300b318.tar.gz
Add globals_free() prototype
-rw-r--r--include/omc.h5
1 files changed, 5 insertions, 0 deletions
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