~ubuntu-branches/ubuntu/vivid/unrar-nonfree/vivid

« back to all changes in this revision

Viewing changes to filefn.hpp

  • Committer: Package Import Robot
  • Author(s): Martin Meredith
  • Date: 2015-02-03 12:58:01 UTC
  • mfrom: (1.1.18) (5.1.18 sid)
  • Revision ID: package-import@ubuntu.com-20150203125801-od6ev8cqy1er51vz
Tags: 1:5.2.5-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
int64 GetFreeDisk(const wchar *Name);
13
13
#endif
14
14
 
 
15
#if defined(_WIN_ALL) && !defined(SFX_MODULE) && !defined(SILENT)
 
16
bool IsFAT(const wchar *Root);
 
17
#endif
15
18
 
16
19
bool FileExist(const wchar *Name);
17
20
bool WildFileExist(const wchar *Name);