diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lib/delivery/include/delivery.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/lib/delivery/include/delivery.h b/src/lib/delivery/include/delivery.h index b5799ac..68f4b14 100644 --- a/src/lib/delivery/include/delivery.h +++ b/src/lib/delivery/include/delivery.h @@ -522,6 +522,12 @@ int tests_add(struct Tests *tests, struct Test *x); void test_free(struct Test **x); /** + * Free a `Tests` structure + * @param x pointer to `Tests` + */ +void tests_free(struct Tests **x); + +/** * Initialize a `Test` structure * @return an initialized `Test` structure */ |
