aboutsummaryrefslogtreecommitdiff
path: root/snag/src/source_db.h
blob: 9eb452737e9916671925bb9de19913930859685a (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(const source_info_t* source, char* dest_path);

#endif