diff options
Diffstat (limited to 'include/deliverable.h')
-rw-r--r-- | include/deliverable.h | 1 |
1 files changed, 1 insertions, 0 deletions
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); |