From d0caac91ac0a03e021d50d1de978733e11ba2ccd Mon Sep 17 00:00:00 2001 From: Tomas Bzatek Date: Sun, 5 Oct 2008 11:04:26 +0200 Subject: VFS API break: Introduce FDisplayName property --- common/vfs_types.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'common/vfs_types.h') diff --git a/common/vfs_types.h b/common/vfs_types.h index 609a78b..753f5c5 100644 --- a/common/vfs_types.h +++ b/common/vfs_types.h @@ -35,7 +35,7 @@ typedef void (* TVFSLogFunc)(char *s); typedef int (* TVFSCopyCallBackFunc)(u_int64_t iPos, u_int64_t iMax, void *data); typedef void *TVFSFileDes; -static const int cVFSVersion = 3; // current version of the VFS API +static const int cVFSVersion = 4; // current version of the VFS API // Capabilities static const int capVFS_nil = 0; @@ -91,7 +91,8 @@ enum TVFSItemType { struct TVFSItem { - char *sFileName; + char *FName; + char *FDisplayName; u_int64_t iSize; __time_t m_time; // numbers should be located before the other variables (bug?) __time_t a_time; -- cgit v1.2.3