mirror of
https://github.com/openSUSE/libsolv.git
synced 2026-02-05 12:45:46 +01:00
8 lines
378 B
C
8 lines
378 B
C
int verify_checksum(int fd, const char *file, const unsigned char *chksum, Id chksumtype);
|
|
|
|
FILE *curlfopen(struct repoinfo *cinfo, const char *file, int uncompress, const unsigned char *chksum, Id chksumtype, int markincomplete);
|
|
|
|
FILE *downloadpackage(Solvable *s, const char *loc);
|
|
int downloadchecksig(struct repoinfo *cinfo, FILE *fp, const char *sigurl, Pool **sigpool);
|
|
|