From b375160bbb2aec62bb4a1f5352b1aaa52a26741f Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Tue, 31 Oct 2023 15:39:56 -0400 Subject: Add delivery_free function * Add guard_free_ macros --- include/deliverable.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/deliverable.h') diff --git a/include/deliverable.h b/include/deliverable.h index e04b829..08b3565 100644 --- a/include/deliverable.h +++ b/include/deliverable.h @@ -110,6 +110,7 @@ struct Delivery { }; int delivery_init(struct Delivery *ctx, struct INIFILE *ini, struct INIFILE *cfg); +void delivery_free(struct Delivery *ctx); void delivery_meta_show(struct Delivery *ctx); void delivery_conda_show(struct Delivery *ctx); void delivery_tests_show(struct Delivery *ctx); -- cgit