aboutsummaryrefslogtreecommitdiff
path: root/include/conda.h
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2024-10-04 10:57:09 -0400
committerGitHub <noreply@github.com>2024-10-04 10:57:09 -0400
commit6e72330a3cc8d571b14f2234ed8fc2778b5e9b86 (patch)
tree53a131a9dc69b2da1eef2eebfd2a449fcf702ce0 /include/conda.h
parent204f1965caa824dda632b0887e3aa6cb805b18d5 (diff)
parent485de019d37dd712ce62ea2193d461f701a70df1 (diff)
downloadstasis-6e72330a3cc8d571b14f2234ed8fc2778b5e9b86.tar.gz
Merge pull request #50 from jhunkeler/conda-get-active-environment
Add conda_get_active_environment() function
Diffstat (limited to 'include/conda.h')
-rw-r--r--include/conda.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/conda.h b/include/conda.h
index c546672..b5ea926 100644
--- a/include/conda.h
+++ b/include/conda.h
@@ -192,4 +192,9 @@ int conda_index(const char *path);
*/
int pip_index_provides(const char *index_url, const char *name, const char *version);
+char *conda_get_active_environment();
+
+int conda_provides(const char *spec);
+
+
#endif //STASIS_CONDA_H