projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
* apt-pkg/indexfile.cc:
[apt.git]
/
apt-pkg
/
indexcopy.h
diff --git
a/apt-pkg/indexcopy.h
b/apt-pkg/indexcopy.h
index 4dcb2b46d8298c7bf4bb52535d38486f0a19afd6..7778ae595a49d4f07c1a79d151884f728217f202 100644
(file)
--- a/
apt-pkg/indexcopy.h
+++ b/
apt-pkg/indexcopy.h
@@
-70,6
+70,17
@@
class SourceCopy : public IndexCopy
public:
};
public:
};
+class TranslationsCopy
+{
+ protected:
+ pkgTagSection *Section;
+
+ public:
+ bool CopyTranslations(string CDROM,string Name,vector<string> &List,
+ pkgCdromStatus *log);
+};
+
+
class SigVerify
{
bool Verify(string prefix,string file, indexRecords *records);
class SigVerify
{
bool Verify(string prefix,string file, indexRecords *records);
@@
-81,4
+92,6
@@
class SigVerify
vector<string> PkgList,vector<string> SrcList);
};
vector<string> PkgList,vector<string> SrcList);
};
+
+
#endif
#endif