diff options
author | Michael Vogt <mvo@debian.org> | 2013-12-09 07:59:18 +0100 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2013-12-09 07:59:18 +0100 |
commit | 6f4478134e13070517c00960e7eb3793d142c0ea (patch) | |
tree | 7cee514243f8069e370505e859890f28f751a7b3 /apt-pkg/sourcelist.h | |
parent | 300b15e3456aff88b3016a8bac90a0ba8911db8f (diff) |
refactor deb822 reading into its own function
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..af3f4f5c6 100644 --- a/apt-pkg/sourcelist.h +++ b/apt-pkg/sourcelist.h @@ -75,7 +75,10 @@ class pkgSourceList protected: std::vector<metaIndex *> SrcList; - + + // FIXME: move int Type with the next ABI break + bool ParseFileDeb822(FileFd &Fd); + public: bool ReadMainList(); |