aboutsummaryrefslogtreecommitdiff
path: root/include/deliverable.h
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2023-10-31 15:39:56 -0400
committerJoseph Hunkeler <jhunkeler@gmail.com>2023-10-31 15:39:56 -0400
commitb375160bbb2aec62bb4a1f5352b1aaa52a26741f (patch)
treeeb02f4dd57bc877e03bd6707a91b30e3493a575a /include/deliverable.h
parent68cf0a0045673221d20f4629c9533b85c50ad055 (diff)
downloadstasis-b375160bbb2aec62bb4a1f5352b1aaa52a26741f.tar.gz
Add delivery_free function
* Add guard_free_ macros
Diffstat (limited to 'include/deliverable.h')
-rw-r--r--include/deliverable.h1
1 files changed, 1 insertions, 0 deletions
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);