aboutsummaryrefslogtreecommitdiff
path: root/include/environment.h
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2023-11-03 13:32:28 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2023-11-03 13:32:28 -0400
commit776fa26053f7bf2f399279aaf77e9de9ab771c44 (patch)
tree55f46113921e8e4cb59457f63e98a6a405ad08eb /include/environment.h
parenta826e0d788b3164455523a64264cea3604cfb105 (diff)
downloadstasis-776fa26053f7bf2f399279aaf77e9de9ab771c44.tar.gz
Rebrand SPM to OHMYCAL
Diffstat (limited to 'include/environment.h')
-rw-r--r--include/environment.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/environment.h b/include/environment.h
index 254c430..ad53bf0 100644
--- a/include/environment.h
+++ b/include/environment.h
@@ -1,8 +1,8 @@
/**
* @file environment.h
*/
-#ifndef SPM_ENVIRONMENT_H
-#define SPM_ENVIRONMENT_H
+#ifndef OHMYCAL_ENVIRONMENT_H
+#define OHMYCAL_ENVIRONMENT_H
#include <stdio.h>
#include <stdlib.h>
@@ -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 //SPM_ENVIRONMENT_H
+#endif //OHMYCAL_ENVIRONMENT_H