aboutsummaryrefslogtreecommitdiff
path: root/include/recipe.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/recipe.h
parent931ee28eb9c5b5e3c2b0d3008f5f65d810dc9b0c (diff)
downloadstasis-77a0276d9f37bcf828c77f9bcc59ff945116274e.tar.gz
Rebrand OhMyCal (OMC) as STASIS (#7)
Diffstat (limited to 'include/recipe.h')
-rw-r--r--include/recipe.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/recipe.h b/include/recipe.h
index f1b4df1..4dea248 100644
--- a/include/recipe.h
+++ b/include/recipe.h
@@ -1,6 +1,6 @@
//! @file recipe.h
-#ifndef OMC_RECIPE_H
-#define OMC_RECIPE_H
+#ifndef STASIS_RECIPE_H
+#define STASIS_RECIPE_H
#include "str.h"
#include "utils.h"
@@ -69,4 +69,4 @@ int recipe_clone(char *recipe_dir, char *url, char *gitref, char **result);
*/
int recipe_get_type(char *repopath);
-#endif //OMC_RECIPE_H
+#endif //STASIS_RECIPE_H