From 62edbefaffeb2f9d3a52193c2e0d54c77acbcc40 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Mon, 20 Nov 2023 00:29:58 -0500 Subject: Rebranding --- include/wheel.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/wheel.h') diff --git a/include/wheel.h b/include/wheel.h index 20ac641..cca15d4 100644 --- a/include/wheel.h +++ b/include/wheel.h @@ -1,5 +1,5 @@ -#ifndef OHMYCAL_WHEEL_H -#define OHMYCAL_WHEEL_H +#ifndef OMC_WHEEL_H +#define OMC_WHEEL_H #include #include @@ -18,4 +18,4 @@ struct Wheel { }; struct Wheel *get_wheel_file(const char *basepath, const char *name, char *to_match[]); -#endif //OHMYCAL_WHEEL_H +#endif //OMC_WHEEL_H -- cgit