summaryrefslogtreecommitdiff
path: root/apt-pkg/sourcelist.h
diff options
context:
space:
mode:
Diffstat (limited to 'apt-pkg/sourcelist.h')
-rw-r--r--apt-pkg/sourcelist.h4
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: