diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2023-12-10 01:12:36 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2023-12-10 01:12:36 -0500 |
commit | c795af7555eaf6f7ff554447e5d131734300b318 (patch) | |
tree | 83266bcf9f8bb7f7be23d1ae2ec5a799311fe3cd | |
parent | 252723ae12eca5f74328c377ac2ec065bc4cde23 (diff) | |
download | stasis-c795af7555eaf6f7ff554447e5d131734300b318.tar.gz |
Add globals_free() prototype
-rw-r--r-- | include/omc.h | 5 |
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 |