aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2024-10-04 08:48:00 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2024-10-04 08:48:00 -0400
commit485de019d37dd712ce62ea2193d461f701a70df1 (patch)
tree5e70eb0f25c04e4b44ecc470e34be17d12aaedeb /include
parentd7e3deba72703ad36c497f5becf6772ca00a0d6d (diff)
downloadstasis-485de019d37dd712ce62ea2193d461f701a70df1.tar.gz
Add conda_get_active_environment() functionconda-get-active-environment
Diffstat (limited to 'include')
-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