From bfe43a74bd2c5c9cbd6b5f44217a84d6e4a420ba Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 31 Oct 2023 15:43:58 -0400 Subject: Add delivery get_spec_header() --- include/deliverable.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/deliverable.h b/include/deliverable.h index 08b3565..941f6ba 100644 --- a/include/deliverable.h +++ b/include/deliverable.h @@ -117,6 +117,7 @@ void delivery_tests_show(struct Delivery *ctx); int delivery_build_recipes(struct Delivery *ctx); struct StrList *delivery_build_wheels(struct Delivery *ctx); int delivery_index_wheel_artifacts(struct Delivery *ctx); +char *delivery_get_spec_header(struct Delivery *ctx); void delivery_rewrite_spec(struct Delivery *ctx, char *filename); int delivery_copy_wheel_artifacts(struct Delivery *ctx); int delivery_copy_conda_artifacts(struct Delivery *ctx); -- cgit