aboutsummaryrefslogtreecommitdiff
path: root/include/template.h
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2024-06-21 12:49:45 -0400
committerGitHub <noreply@github.com>2024-06-21 12:49:45 -0400
commit77a0276d9f37bcf828c77f9bcc59ff945116274e (patch)
tree91cf7cb955798ad40718341172b0a8ffbc59a1f2 /include/template.h
parent931ee28eb9c5b5e3c2b0d3008f5f65d810dc9b0c (diff)
downloadstasis-77a0276d9f37bcf828c77f9bcc59ff945116274e.tar.gz
Rebrand OhMyCal (OMC) as STASIS (#7)
Diffstat (limited to 'include/template.h')
-rw-r--r--include/template.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/template.h b/include/template.h
index 362eb3d..ba62667 100644
--- a/include/template.h
+++ b/include/template.h
@@ -1,8 +1,8 @@
//! @file template.h
-#ifndef OMC_TEMPLATE_H
-#define OMC_TEMPLATE_H
+#ifndef STASIS_TEMPLATE_H
+#define STASIS_TEMPLATE_H
-#include "omc.h"
+#include "core.h"
/**
* Map a text value to a pointer in memory
@@ -64,4 +64,4 @@ struct tplfunc_frame {
};
void tpl_register_func(char *key, struct tplfunc_frame *frame);
-#endif //OMC_TEMPLATE_H
+#endif //STASIS_TEMPLATE_H