From a145bfc7cf17f7bbcfae8f0064333c8ea75b455c Mon Sep 17 00:00:00 2001 From: Igor Pavlov Date: Tue, 17 Apr 2007 00:00:00 +0000 Subject: 4.45 beta --- CPP/7zip/UI/Console/List.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'CPP/7zip/UI/Console/List.h') diff --git a/CPP/7zip/UI/Console/List.h b/CPP/7zip/UI/Console/List.h index 201a4128..2827bceb 100755 --- a/CPP/7zip/UI/Console/List.h +++ b/CPP/7zip/UI/Console/List.h @@ -4,8 +4,11 @@ #define __LIST_H #include "Common/Wildcard.h" +#include "../Common/LoadCodecs.h" -HRESULT ListArchives(UStringVector &archivePaths, UStringVector &archivePathsFull, +HRESULT ListArchives( + CCodecs *codecs, + UStringVector &archivePaths, UStringVector &archivePathsFull, const NWildcard::CCensorNode &wildcardCensor, bool enableHeaders, bool techMode, bool &passwordEnabled, UString &password); -- cgit v1.2.3