diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2005-07-28 12:09:22 +0000 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2005-07-28 12:09:22 +0000 |
commit | 22f8568d5ffd0d3c90f9aadb3450afa4ab500a13 (patch) | |
tree | f040ec9c6e2c1f02fd4171eb12e57c5b087db4f2 /apt-pkg/cdrom.h | |
parent | 770c32ec8572c397d035d2703a15b699d4a76842 (diff) |
* added a BUGS file with known problem, added apt-cdrom support for translated package descriptions
Diffstat (limited to 'apt-pkg/cdrom.h')
-rw-r--r-- | apt-pkg/cdrom.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/apt-pkg/cdrom.h b/apt-pkg/cdrom.h index 085eb64e2..e18aaff3e 100644 --- a/apt-pkg/cdrom.h +++ b/apt-pkg/cdrom.h @@ -50,8 +50,11 @@ class pkgCdrom }; - bool FindPackages(string CD,vector<string> &List, - vector<string> &SList, vector<string> &SigList, + bool FindPackages(string CD, + vector<string> &List, + vector<string> &SList, + vector<string> &SigList, + vector<string> &TransList, string &InfoDir, pkgCdromStatus *log, unsigned int Depth = 0); bool DropBinaryArch(vector<string> &List); |