diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-05-02 00:42:08 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2024-05-02 00:42:08 -0400 |
commit | a970d40094aca5ce43e3bf91b9a5a2323c41ead8 (patch) | |
tree | ebeed41a1ad333678b5da3892a8b65f3adcabf71 /include | |
parent | 2f26379607d6829f598c03e06de6ebc0b38880d6 (diff) | |
download | stasis-a970d40094aca5ce43e3bf91b9a5a2323c41ead8.tar.gz |
Convert ohmycal to a library
Diffstat (limited to 'include')
-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 |