~ubuntu-branches/ubuntu/quantal/unrar-nonfree/quantal

« back to all changes in this revision

Viewing changes to consio.hpp

  • Committer: Bazaar Package Importer
  • Author(s): Martin Meredith
  • Date: 2009-06-06 17:46:05 UTC
  • mto: (1.1.11 upstream) (5.1.5 sid)
  • mto: This revision was merged to the branch mainline in revision 18.
  • Revision ID: james.westby@ubuntu.com-20090606174605-825ysfkrhw7wkc9e
ImportĀ upstreamĀ versionĀ 3.9.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#ifndef _RAR_CONSIO_
2
2
#define _RAR_CONSIO_
3
3
 
4
 
enum {ALARM_SOUND,ERROR_SOUND,QUESTION_SOUND};
 
4
#if !defined(SILENT) && !defined(SFX_MODULE)
 
5
enum {SOUND_OK,SOUND_ALARM,SOUND_ERROR,SOUND_QUESTION};
 
6
#endif
5
7
 
6
8
enum PASSWORD_TYPE {PASSWORD_GLOBAL,PASSWORD_FILE,PASSWORD_ARCHIVE};
7
9
 
16
18
int Ask(const char *AskStr);
17
19
#endif
18
20
 
19
 
void OutComment(char *Comment,int Size);
 
21
void OutComment(char *Comment,size_t Size);
20
22
 
21
23
#ifdef SILENT
22
24
#ifdef __GNUC__