From 49e929fa89d9ce348df5068845069392f69d8c86 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Mon, 20 Nov 2023 00:20:47 -0500 Subject: Rebrand for the last time * Shorten OHMYCAL to OMC * Rename ohmycal.h to omc.h --- include/environment.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/environment.h') diff --git a/include/environment.h b/include/environment.h index ad53bf0..de59ed8 100644 --- a/include/environment.h +++ b/include/environment.h @@ -1,8 +1,8 @@ /** * @file environment.h */ -#ifndef OHMYCAL_ENVIRONMENT_H -#define OHMYCAL_ENVIRONMENT_H +#ifndef OMC_ENVIRONMENT_H +#define OMC_ENVIRONMENT_H #include #include @@ -20,4 +20,4 @@ char *runtime_expand_var(RuntimeEnv *env, char *input); void runtime_export(RuntimeEnv *env, char **keys); void runtime_apply(RuntimeEnv *env); void runtime_free(RuntimeEnv *env); -#endif //OHMYCAL_ENVIRONMENT_H +#endif //OMC_ENVIRONMENT_H -- cgit