aboutsummaryrefslogtreecommitdiff
path: root/include/utils.h
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2023-11-20 00:20:47 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2023-11-20 00:20:47 -0500
commit49e929fa89d9ce348df5068845069392f69d8c86 (patch)
tree5102690ca2d6480b8402d4eca1fa0d67a5cbbfc2 /include/utils.h
parent776fa26053f7bf2f399279aaf77e9de9ab771c44 (diff)
downloadstasis-49e929fa89d9ce348df5068845069392f69d8c86.tar.gz
Rebrand for the last time
* Shorten OHMYCAL to OMC * Rename ohmycal.h to omc.h
Diffstat (limited to 'include/utils.h')
-rw-r--r--include/utils.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/utils.h b/include/utils.h
index cdf4b4e..0c4e308 100644
--- a/include/utils.h
+++ b/include/utils.h
@@ -1,5 +1,5 @@
-#ifndef OHMYCAL_UTILS_H
-#define OHMYCAL_UTILS_H
+#ifndef OMC_UTILS_H
+#define OMC_UTILS_H
#include <stdio.h>
#include <stdlib.h>
#include <dirent.h>
@@ -44,4 +44,4 @@ char *git_describe(const char *path);
void msg(unsigned type, char *fmt, ...);
void debug_shell();
-#endif //OHMYCAL_UTILS_H
+#endif //OMC_UTILS_H