aboutsummaryrefslogtreecommitdiff
path: root/include/wheel.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/wheel.h
parent931ee28eb9c5b5e3c2b0d3008f5f65d810dc9b0c (diff)
downloadstasis-77a0276d9f37bcf828c77f9bcc59ff945116274e.tar.gz
Rebrand OhMyCal (OMC) as STASIS (#7)
Diffstat (limited to 'include/wheel.h')
-rw-r--r--include/wheel.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/wheel.h b/include/wheel.h
index cca15d4..94cf46a 100644
--- a/include/wheel.h
+++ b/include/wheel.h
@@ -1,5 +1,5 @@
-#ifndef OMC_WHEEL_H
-#define OMC_WHEEL_H
+#ifndef STASIS_WHEEL_H
+#define STASIS_WHEEL_H
#include <dirent.h>
#include <string.h>
@@ -18,4 +18,4 @@ struct Wheel {
};
struct Wheel *get_wheel_file(const char *basepath, const char *name, char *to_match[]);
-#endif //OMC_WHEEL_H
+#endif //STASIS_WHEEL_H