aboutsummaryrefslogtreecommitdiff
path: root/include/recipe.h
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2023-11-20 00:29:58 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2023-11-20 00:29:58 -0500
commit62edbefaffeb2f9d3a52193c2e0d54c77acbcc40 (patch)
tree5e27986820bf2bf54c7e5c5b357ce0a27f971e95 /include/recipe.h
parent9e8edf8918c9e79386b4b07f7bc6b2528cea98fb (diff)
downloadstasis-62edbefaffeb2f9d3a52193c2e0d54c77acbcc40.tar.gz
Rebranding
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 2a0fe4b..f4c63c1 100644
--- a/include/recipe.h
+++ b/include/recipe.h
@@ -2,8 +2,8 @@
// Created by jhunk on 10/7/23.
//
-#ifndef OHMYCAL_RECIPE_H
-#define OHMYCAL_RECIPE_H
+#ifndef OMC_RECIPE_H
+#define OMC_RECIPE_H
#include "str.h"
#include "utils.h"
@@ -17,4 +17,4 @@
int recipe_clone(char *recipe_dir, char *url, char *gitref, char **result);
int recipe_get_type(char *repopath);
-#endif //OHMYCAL_RECIPE_H
+#endif //OMC_RECIPE_H