projects
/
apt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
query an empty pkgAcqIndexDiffs if index is up-to-date
[apt.git]
/
apt-pkg
/
tagfile.h
diff --git
a/apt-pkg/tagfile.h
b/apt-pkg/tagfile.h
index 4718f5101171bf68f5e63e11830e0fb8e77b1f44..518d3dbcd60bf8d8caa512371aac4c1ca56f12b4 100644
(file)
--- a/
apt-pkg/tagfile.h
+++ b/
apt-pkg/tagfile.h
@@
-84,7
+84,7
@@
class pkgTagSection
Stop = this->Stop;
};
- pkgTagSection()
: Section(0), TagCount(0), Stop(0) {}
;
+ pkgTagSection();
virtual ~pkgTagSection() {};
};
@@
-95,6
+95,7
@@
class pkgTagFile
bool Fill();
bool Resize();
+ bool Resize(unsigned long long const newSize);
public: