diff options
Diffstat (limited to 'include/omc.h')
-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 3283a80..45f5671 100644 --- a/include/omc.h +++ b/include/omc.h @@ -85,6 +85,11 @@ struct OMC_GLOBAL { char *url; } jfrog; }; +extern struct OMC_GLOBAL globals; +extern const char *VERSION; +extern const char *AUTHOR; +extern const char *BANNER; + /** * Free memory allocated in global configuration structure |