diff options
Diffstat (limited to 'include')
-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 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); |