core: Add files to blob list on scan

Signed-off-by: Chloe M. <chloe@mirocom.org>
This commit is contained in:
2026-04-30 21:12:13 -04:00
parent d991988fd8
commit 1d4bb8769a
5 changed files with 82 additions and 3 deletions
+7
View File
@@ -67,4 +67,11 @@ int blob_list_init(struct blob_list *lp);
*/
void blob_list_destroy(struct blob_list *lp);
/*
* Dump a blob list for debugging purposes
*
* @lp: Blob list to dump
*/
void blob_list_dump(struct blob_list *lp);
#endif /* !BLOBCHAIN_BLOB_H */
+1
View File
@@ -6,6 +6,7 @@
#ifndef BLOBCHAIN_COMMON_H
#define BLOBCHAIN_COMMON_H 1
#define BLOBCHAIN_DEBUG 1
#define BLOBCHAIN_VERSION "0.0.1"
#endif /* !BLOBCHAIN_COMMON_H */