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

« back to all changes in this revision

Viewing changes to consio.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:
2
2
#define _RAR_CONSIO_
3
3
 
4
4
void InitConsole();
5
 
void InitConsoleOptions(MESSAGE_TYPE MsgStream,bool Sound);
 
5
void InitConsoleOptions(MESSAGE_TYPE MsgStream);
6
6
void OutComment(const wchar *Comment,size_t Size);
7
7
 
8
8
#ifndef SILENT
9
 
bool GetConsolePassword(PASSWORD_TYPE Type,const wchar *FileName,SecPassword *Password);
 
9
bool GetConsolePassword(UIPASSWORD_TYPE Type,const wchar *FileName,SecPassword *Password);
10
10
#endif
11
11
 
12
12
#ifdef SILENT