From 49e929fa89d9ce348df5068845069392f69d8c86 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Mon, 20 Nov 2023 00:20:47 -0500 Subject: Rebrand for the last time * Shorten OHMYCAL to OMC * Rename ohmycal.h to omc.h --- src/utils.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/utils.c') diff --git a/src/utils.c b/src/utils.c index 4e82a64..64166fe 100644 --- a/src/utils.c +++ b/src/utils.c @@ -1,5 +1,7 @@ #include -#include "ohmycal.h" +#include "omc.h" + +extern struct OMC_GLOBAL globals; char *dirstack[1024]; const size_t dirstack_max = sizeof(dirstack) / sizeof(dirstack[0]); -- cgit