diff options
Diffstat (limited to 'include/recipe.h')
-rw-r--r-- | include/recipe.h | 6 |
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 |