diff options
author | Michael Vogt <mvo@debian.org> | 2014-01-05 10:06:38 +0100 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2014-01-05 10:06:38 +0100 |
commit | 01002e033d244489166e65611996dcd24079eed7 (patch) | |
tree | 3038bb248d1b63587c83886726d941e08be50665 /apt-pkg/sourcelist.h | |
parent | 77002164d1339af01d74339766c51581784bebf1 (diff) | |
parent | 4194c9aee2766845618ef0431fd4803b0467aab7 (diff) |
Merge remote-tracking branch 'mvo/feature/source-deb822' into debian/experimental-no-abi-break
Diffstat (limited to 'apt-pkg/sourcelist.h')
-rw-r--r-- | apt-pkg/sourcelist.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/apt-pkg/sourcelist.h b/apt-pkg/sourcelist.h index 02e27101a..d83c76d6a 100644 --- a/apt-pkg/sourcelist.h +++ b/apt-pkg/sourcelist.h @@ -75,7 +75,10 @@ class pkgSourceList protected: std::vector<metaIndex *> SrcList; - + + int ParseFileDeb822(std::string File); + bool ParseFileOldStyle(std::string File); + public: bool ReadMainList(); |