aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2024-08-27 13:07:49 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2024-08-27 13:07:49 -0400
commitea8ec855c3c6870d29c55afe3787afb2c05026a1 (patch)
treee0de91c57d6a31b88f2085677fecbd6ea7cda423 /include
parent0a4efe972a78378eba5c5fbc6819c39b3cc6c9cb (diff)
downloadstasis-ea8ec855c3c6870d29c55afe3787afb2c05026a1.tar.gz
Try a different approach using declare -f
Diffstat (limited to 'include')
-rw-r--r--include/conda.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/conda.h b/include/conda.h
index c546672..5e8b8d9 100644
--- a/include/conda.h
+++ b/include/conda.h
@@ -192,4 +192,5 @@ int conda_index(const char *path);
*/
int pip_index_provides(const char *index_url, const char *name, const char *version);
+char *conda_runtime_dump(const char *root);
#endif //STASIS_CONDA_H