From 7d675a70bf92bd1606f77fae01c6e56afdcee5ef Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Fri, 21 Jun 2024 12:36:55 -0400 Subject: Rebrand OhMyCal (OMC) as STASIS --- include/copy.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/copy.h') diff --git a/include/copy.h b/include/copy.h index 5a53d7d..609a6cf 100644 --- a/include/copy.h +++ b/include/copy.h @@ -1,5 +1,5 @@ //! @file copy.h -#ifndef OMC_COPY_H +#ifndef STASIS_COPY_H #include #include @@ -8,7 +8,7 @@ #include #include #include -#include "omc.h" +#include "core.h" #define CT_OWNER 1 << 1 #define CT_PERM 1 << 2 @@ -58,4 +58,4 @@ int mkdirs(const char *_path, mode_t mode); */ int copy2(const char *src, const char *dest, unsigned op); -#endif // OMC_COPY_H \ No newline at end of file +#endif // STASIS_COPY_H \ No newline at end of file -- cgit