aboutsummaryrefslogtreecommitdiff
path: root/include/delivery.h
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2024-10-22 11:04:17 -0400
committerGitHub <noreply@github.com>2024-10-22 11:04:17 -0400
commit7729d546d2dbda85ca1d86a913e97b51487355ba (patch)
treee9a0e7f9f2069ecd9e718dd66d3e11fa7a80722d /include/delivery.h
parent8edc87d51900ccf7d1d67ad3647a4b8fa2d9b7ae (diff)
parent30f48145d1a1c747c40f94e2a7314d4bdf61cf55 (diff)
downloadstasis-7729d546d2dbda85ca1d86a913e97b51487355ba.tar.gz
Merge pull request #63 from jhunkeler/update-tests
Update tests / Bug fixes
Diffstat (limited to 'include/delivery.h')
-rw-r--r--include/delivery.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/delivery.h b/include/delivery.h
index bd5137c..345cd13 100644
--- a/include/delivery.h
+++ b/include/delivery.h
@@ -385,7 +385,7 @@ void delivery_install_conda(char *install_script, char *conda_install_dir);
int delivery_format_str(struct Delivery *ctx, char **dest, const char *fmt);
// helper function
-void delivery_gather_tool_versions(struct Delivery *ctx);
+int delivery_gather_tool_versions(struct Delivery *ctx);
// helper function
int delivery_init_tmpdir(struct Delivery *ctx);