aboutsummaryrefslogtreecommitdiff
path: root/snag/src/source_db.h
blob: e22f221d4cdfb8c280de147ed8f9f4a948111f24 (plain)
1
2
3
4
5
6
7
8
9
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