Imported Upstream version 0.6.13
[platform/upstream/libsolv.git] / examples / solv / repoinfo_download.h
1 int verify_checksum(int fd, const char *file, const unsigned char *chksum, Id chksumtype);
2
3 FILE *curlfopen(struct repoinfo *cinfo, const char *file, int uncompress, const unsigned char *chksum, Id chksumtype, int markincomplete);
4
5 FILE *downloadpackage(Solvable *s, const char *loc);
6 int downloadchecksig(struct repoinfo *cinfo, FILE *fp, const char *sigurl, Pool **sigpool);
7