]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/contrib/fileutl.h
merged lp:~mvo/apt/apt-get-changelog
[apt.git] / apt-pkg / contrib / fileutl.h
index 419506273fe230f94bc68f02ce123ce0476275c1..1380f06b4b3559f49b30a90b6d00e8a3f4bf0166 100644 (file)
@@ -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();