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/StringToInt.h')
-rwxr-xr-xCommon/StringToInt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Common/StringToInt.h b/Common/StringToInt.h
index f3fc22e8..bb971f62 100755
--- a/Common/StringToInt.h
+++ b/Common/StringToInt.h
@@ -7,6 +7,7 @@
#include "Types.h"
UInt64 ConvertStringToUInt64(const char *s, const char **end);
+UInt64 ConvertOctStringToUInt64(const char *s, const char **end);
UInt64 ConvertStringToUInt64(const wchar_t *s, const wchar_t **end);
Int64 ConvertStringToInt64(const char *s, const char **end);