summaryrefslogtreecommitdiff
path: root/apt-pkg/contrib/fileutl.h
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2010-10-29 10:37:35 -0400
committerMichael Vogt <michael.vogt@ubuntu.com>2010-10-29 10:37:35 -0400
commit0e1945c14bee88013ad03c3b58e088c704f7ffa9 (patch)
treef5fc881fe41d66b4831dc9aad6a61b8a5f48b178 /apt-pkg/contrib/fileutl.h
parent8a91e5e7a018648178dc2bc399187496734a0639 (diff)
parent71626337ad5fe00a5f9b753829445084e8f5e790 (diff)
merged from debian
Diffstat (limited to 'apt-pkg/contrib/fileutl.h')
-rw-r--r--apt-pkg/contrib/fileutl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apt-pkg/contrib/fileutl.h b/apt-pkg/contrib/fileutl.h
index 419506273..1380f06b4 100644
--- a/apt-pkg/contrib/fileutl.h
+++ b/apt-pkg/contrib/fileutl.h
@@ -63,6 +63,7 @@ class FileFd
bool Truncate(unsigned long To);
unsigned long Tell();
unsigned long Size();
+ unsigned long FileSize();
bool Open(string FileName,OpenMode Mode,unsigned long Perms = 0666);
bool OpenDescriptor(int Fd, OpenMode Mode, bool AutoClose=false);
bool Close();