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 'CPP/Common/ListFileUtils.h')
-rwxr-xr-xCPP/Common/ListFileUtils.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/CPP/Common/ListFileUtils.h b/CPP/Common/ListFileUtils.h
new file mode 100755
index 00000000..93bb4507
--- /dev/null
+++ b/CPP/Common/ListFileUtils.h
@@ -0,0 +1,12 @@
+// Common/ListFileUtils.h
+
+#ifndef __COMMON_LISTFILEUTILS_H
+#define __COMMON_LISTFILEUTILS_H
+
+#include "Common/String.h"
+#include "Common/Types.h"
+
+bool ReadNamesFromListFile(LPCTSTR fileName, UStringVector &strings,
+ UINT codePage = CP_OEMCP);
+
+#endif