Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Common/CommandLineParser.h')
-rwxr-xr-xCommon/CommandLineParser.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/Common/CommandLineParser.h b/Common/CommandLineParser.h
index e1fe1443..af698db8 100755
--- a/Common/CommandLineParser.h
+++ b/Common/CommandLineParser.h
@@ -67,16 +67,6 @@ struct CCommandForm
int ParseCommand(int numCommandForms, const CCommandForm *commandForms,
const UString &commandString, UString &postString);
-struct CCommandSubCharsSet
-{
- wchar_t *Chars;
- bool EmptyAllowed;
-};
-
-// Returns: indices of finded chars; -1 if there is no match
-bool ParseSubCharsCommand(int numForms, const CCommandSubCharsSet *forms,
- const UString &commandString, CIntVector &indices);
-
}
#endif