From 9282991429a92d6df17213acdc49fe687f42da6c Mon Sep 17 00:00:00 2001 From: Jack Jamison Date: Thu, 23 Jul 2026 15:34:43 -0400 Subject: download db is now source db, ready to start build --- snag/src/source_db.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 snag/src/source_db.h (limited to 'snag/src/source_db.h') diff --git a/snag/src/source_db.h b/snag/src/source_db.h new file mode 100644 index 0000000..e22f221 --- /dev/null +++ b/snag/src/source_db.h @@ -0,0 +1,10 @@ +#ifndef SOURCE_DB_H +#define SOURCE_DB_H + +#include "package.h" + +bool verify_source(source_info_t* source); +bool download_source(source_info_t* source); +bool unpack_source(source_info_t* source, char* dest_path); + +#endif -- cgit v1.2.3