aboutsummaryrefslogtreecommitdiff
path: root/include/conda.h
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2023-11-20 00:20:47 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2023-11-20 00:20:47 -0500
commit49e929fa89d9ce348df5068845069392f69d8c86 (patch)
tree5102690ca2d6480b8402d4eca1fa0d67a5cbbfc2 /include/conda.h
parent776fa26053f7bf2f399279aaf77e9de9ab771c44 (diff)
downloadstasis-49e929fa89d9ce348df5068845069392f69d8c86.tar.gz
Rebrand for the last time
* Shorten OHMYCAL to OMC * Rename ohmycal.h to omc.h
Diffstat (limited to 'include/conda.h')
-rw-r--r--include/conda.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/conda.h b/include/conda.h
index 325ca48..bc74b94 100644
--- a/include/conda.h
+++ b/include/conda.h
@@ -2,12 +2,12 @@
// Created by jhunk on 5/14/23.
//
-#ifndef OHMYCAL_CONDA_H
-#define OHMYCAL_CONDA_H
+#ifndef OMC_CONDA_H
+#define OMC_CONDA_H
#include <stdio.h>
#include <string.h>
-#include "ohmycal.h"
+#include "omc.h"
#define CONDA_INSTALL_PREFIX "conda"
@@ -21,4 +21,4 @@ void conda_env_create(char *name, char *python_version, char *packages);
void conda_env_remove(char *name);
void conda_env_export(char *name, char *output_dir, char *output_filename);
int conda_index(const char *path);
-#endif //OHMYCAL_CONDA_H
+#endif //OMC_CONDA_H