summaryrefslogtreecommitdiff
path: root/vfs/uVFSprototypes.pas
diff options
context:
space:
mode:
authorTomas Bzatek <tbzatek@users.sourceforge.net>2008-11-15 16:22:51 +0100
committerTomas Bzatek <tbzatek@users.sourceforge.net>2008-11-15 16:22:51 +0100
commitb4a479a691069a0293754fa94922b77ca406fea7 (patch)
tree1c1629c445240340be23093b1607bb659040038d /vfs/uVFSprototypes.pas
parent7f89810e3c6ff92b0771ca11a817b82e081ccfa5 (diff)
downloadtuxcmd-b4a479a691069a0293754fa94922b77ca406fea7.tar.xz
VFS: Compressed size display support
Diffstat (limited to 'vfs/uVFSprototypes.pas')
-rw-r--r--vfs/uVFSprototypes.pas3
1 files changed, 3 insertions, 0 deletions
diff --git a/vfs/uVFSprototypes.pas b/vfs/uVFSprototypes.pas
index 4ccde33..35d6d8f 100644
--- a/vfs/uVFSprototypes.pas
+++ b/vfs/uVFSprototypes.pas
@@ -112,6 +112,8 @@ type
// FDisplayName - plugins must ensure correct UTF-8 string
FDisplayName: PChar;
iSize: Int64;
+ // iPackedSize - set to -1 if plugin doesn't support this feature
+ iPackedSize: Int64;
m_time: DWORD;
a_time: DWORD;
c_time: DWORD;
@@ -124,6 +126,7 @@ type
FName: PChar;
FDisplayName: PChar;
iSize: Int64;
+ iPackedSize: Int64;
m_time: QWORD;
a_time: QWORD;
c_time: QWORD;