diff options
author | Michael Vogt <mvo@debian.org> | 2013-08-17 08:38:09 +0200 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2013-08-17 08:38:09 +0200 |
commit | b55e706a8794d810fb7c5a7c175c04ea207b1ce7 (patch) | |
tree | 7e712f534c2c4bda0c6c4d4be08379813cc3596b /apt-pkg/tagfile.h | |
parent | 010364b7b52af9f6f4d8cbb6391a721260b6ffb5 (diff) | |
parent | 48498443e74b2a7e089709b954c50b7df374684b (diff) |
Merge remote-tracking branch 'donkult/debian/sid' into debian/sid
Diffstat (limited to 'apt-pkg/tagfile.h')
-rw-r--r-- | apt-pkg/tagfile.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apt-pkg/tagfile.h b/apt-pkg/tagfile.h index fedd72701..66c56799d 100644 --- a/apt-pkg/tagfile.h +++ b/apt-pkg/tagfile.h @@ -95,6 +95,7 @@ class pkgTagFile bool Fill(); bool Resize(); + bool Resize(unsigned long long const newSize); public: |