diff options
author | Michael Vogt <mvo@debian.org> | 2010-10-28 21:19:57 +0200 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2010-10-28 21:19:57 +0200 |
commit | f71b3b984f02daf49cba1141373da19d233d3fae (patch) | |
tree | 5c0733cbc93dfea370b65bbb65ba97f594833dc4 /apt-pkg/contrib/fileutl.h | |
parent | c1fa50e1502b2f3ab2ec44cad00c3af3f910615a (diff) | |
parent | 4b625b95a04a9d73c6682a3f9354112a394bb674 (diff) |
merged from donkult
Diffstat (limited to 'apt-pkg/contrib/fileutl.h')
-rw-r--r-- | apt-pkg/contrib/fileutl.h | 1 |
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(); |