From a970d40094aca5ce43e3bf91b9a5a2323c41ead8 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Thu, 2 May 2024 00:42:08 -0400 Subject: Convert ohmycal to a library --- include/omc.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/omc.h') 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 -- cgit