projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
display a warning for unsigned repos
[apt.git]
/
apt-pkg
/
sourcelist.h
diff --git
a/apt-pkg/sourcelist.h
b/apt-pkg/sourcelist.h
index 261dd81613739286ecb2d2bdec625d37317c0b82..35b786e1a1556b57d646cf9d3316e9e1279250b6 100644
(file)
--- a/
apt-pkg/sourcelist.h
+++ b/
apt-pkg/sourcelist.h
@@
-96,13
+96,9
@@
class pkgSourceList : public pkgSource
public:
- std::vector<metaIndex *> SrcList;
-
int ParseFileDeb822(std::string File);
bool ParseFileOldStyle(std::string File);
- public:
-
bool ReadMainList();
bool Read(std::string File);