]>
git.saurik.com Git - apt.git/blob - ftparchive/sources.h
4 #include <apt-pkg/tagfile.h>
12 pkgTagSection Section
;
13 unsigned long long Length
;
16 bool TakeDsc(const void *Data
, unsigned long long Size
);
17 bool Read(std::string FileName
);
19 DscExtract() : Length(0), IsClearSigned(false) {};