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

« back to all changes in this revision

Viewing changes to strfn.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:
42
42
void PrintfPrepareFmt(const wchar *Org,wchar *Cvt,size_t MaxSize);
43
43
#endif
44
44
 
45
 
enum PASSWORD_TYPE {PASSWORD_GLOBAL,PASSWORD_FILE,PASSWORD_ARCHIVE};
46
 
bool GetPassword(PASSWORD_TYPE Type,const wchar *FileName,SecPassword *Password);
47
 
 
48
45
#endif