diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2024-06-21 12:49:45 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-21 12:49:45 -0400 |
commit | 77a0276d9f37bcf828c77f9bcc59ff945116274e (patch) | |
tree | 91cf7cb955798ad40718341172b0a8ffbc59a1f2 /include/conda.h | |
parent | 931ee28eb9c5b5e3c2b0d3008f5f65d810dc9b0c (diff) | |
download | stasis-77a0276d9f37bcf828c77f9bcc59ff945116274e.tar.gz |
Rebrand OhMyCal (OMC) as STASIS (#7)
Diffstat (limited to 'include/conda.h')
-rw-r--r-- | include/conda.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/include/conda.h b/include/conda.h index 9cbbf9c..086a842 100644 --- a/include/conda.h +++ b/include/conda.h @@ -1,10 +1,10 @@ //! @file conda.h -#ifndef OMC_CONDA_H -#define OMC_CONDA_H +#ifndef STASIS_CONDA_H +#define STASIS_CONDA_H #include <stdio.h> #include <string.h> -#include "omc.h" +#include "core.h" #define CONDA_INSTALL_PREFIX "conda" @@ -167,4 +167,4 @@ int conda_env_export(char *name, char *output_dir, char *output_filename); * @return exit code from "conda" */ int conda_index(const char *path); -#endif //OMC_CONDA_H +#endif //STASIS_CONDA_H |