core: blob: Add helper to destroy blob list

Signed-off-by: Chloe M. <chloe@mirocom.org>
This commit is contained in:
2026-04-30 14:14:52 -04:00
parent 09e0774d12
commit 83a0ef6e2e
2 changed files with 27 additions and 0 deletions
+7
View File
@@ -60,4 +60,11 @@ int blob_list_append(struct blob_list *lp, struct blob *blob);
*/
int blob_list_init(struct blob_list *lp);
/*
* Destroy a blob list
*
* @lp: Bloblist to destroy
*/
void blob_list_destroy(struct blob_list *lp);
#endif /* !BLOBCHAIN_BLOB_H */