aboutsummaryrefslogtreecommitdiff
path: root/include/conda.h
diff options
context:
space:
mode:
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