core: Add files to blob list on scan
Signed-off-by: Chloe M. <chloe@mirocom.org>
This commit is contained in:
@@ -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 */
|
||||
|
||||
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user