diff options
Diffstat (limited to 'snag/src/source_db.h')
| -rw-r--r-- | snag/src/source_db.h | 10 |
1 files changed, 10 insertions, 0 deletions
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 |
