~ubuntu-branches/ubuntu/precise/p7zip/precise-updates

« back to all changes in this revision

Viewing changes to CPP/7zip/UI/Console/List.h

  • Committer: Bazaar Package Importer
  • Author(s): Mohammed Adnène Trojette
  • Date: 2009-02-14 20:12:27 UTC
  • mfrom: (1.1.11 upstream) (2.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20090214201227-go63qxm9ozfdma60
Tags: 4.65~dfsg.1-1
* New upstream release.
* Remove wx2.8 Build-Depends added by mistakes (7zG is not yet
  intended to be built).
* Use dh_clean without -k.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
#include "Common/Wildcard.h"
7
7
#include "../Common/LoadCodecs.h"
8
8
 
9
 
HRESULT ListArchives(
10
 
    CCodecs *codecs,
 
9
HRESULT ListArchives(CCodecs *codecs, const CIntVector &formatIndices,
11
10
    UStringVector &archivePaths, UStringVector &archivePathsFull,
12
11
    const NWildcard::CCensorNode &wildcardCensor,
13
 
    bool enableHeaders, bool techMode, bool &passwordEnabled, UString &password, UInt64 &errors);
 
12
    bool enableHeaders, bool techMode,
 
13
    #ifndef _NO_CRYPTO
 
14
    bool &passwordEnabled, UString &password,
 
15
    #endif
 
16
    UInt64 &errors);
14
17
 
15
18
#endif
16
19