projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
* wording fixes (cherry picked from apt--mvo)
[apt.git]
/
apt-pkg
/
sourcelist.h
diff --git
a/apt-pkg/sourcelist.h
b/apt-pkg/sourcelist.h
index 5d84270173944fc292cf8571fe0ef16b8cd24ed5..123ae69849fedadbf5781ed57e8e669768d932fe 100644
(file)
--- a/
apt-pkg/sourcelist.h
+++ b/
apt-pkg/sourcelist.h
@@
-77,6
+77,11
@@
class pkgSourceList
bool ReadMainList();
bool Read(string File);
+
+ // CNC:2003-03-03
+ void Reset();
+ bool ReadAppend(string File);
+ bool ReadSourceDir(string Dir);
// List accessors
inline const_iterator begin() const {return SrcList.begin();};