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:
authorIgor Pavlov <ipavlov@users.sourceforge.net>2007-10-24 04:00:00 +0400
committerKornel LesiƄski <kornel@geekhood.net>2016-05-28 02:15:55 +0300
commitacd742622d1e0daf50ae815bec4ddb2143bafbf5 (patch)
tree9726a4b8de0935af6c892a2b8d632284f37570c4 /CPP/Common/C_FileIO.h
parentb67ffe691bddceb89b47dd09a60203b77a2b72ed (diff)
4.56 beta
Diffstat (limited to 'CPP/Common/C_FileIO.h')
-rwxr-xr-xCPP/Common/C_FileIO.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/CPP/Common/C_FileIO.h b/CPP/Common/C_FileIO.h
index 29378dfa..27aa5686 100755
--- a/CPP/Common/C_FileIO.h
+++ b/CPP/Common/C_FileIO.h
@@ -38,6 +38,7 @@ class COutFile: public CFileBase
{
public:
bool Create(const char *name, bool createAlways);
+ bool Open(const char *name, DWORD creationDisposition);
ssize_t Write(const void *data, size_t size);
};