diff options
| -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 | 
