diff options
author | Michael Vogt <mvo@debian.org> | 2013-12-09 08:21:53 +0100 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2013-12-09 08:21:53 +0100 |
commit | 1fa78a8a3730633be662df07f7aec8f4c3dcc766 (patch) | |
tree | 07458655257dfb9c12a7684c2b1e5fb3954697a2 /apt-pkg/sourcelist.h | |
parent | 6f4478134e13070517c00960e7eb3793d142c0ea (diff) |
more refactor
Diffstat (limited to 'apt-pkg/sourcelist.h')
-rw-r--r-- | apt-pkg/sourcelist.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apt-pkg/sourcelist.h b/apt-pkg/sourcelist.h index af3f4f5c6..5e0d585bb 100644 --- a/apt-pkg/sourcelist.h +++ b/apt-pkg/sourcelist.h @@ -76,8 +76,8 @@ class pkgSourceList std::vector<metaIndex *> SrcList; - // FIXME: move int Type with the next ABI break - bool ParseFileDeb822(FileFd &Fd); + bool ParseFileDeb822(std::string File); + bool ParseFileOldStyle(std::string File); public: |