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 '7zip/Compress/Rar29/Original/smallfn.hpp')
-rwxr-xr-x7zip/Compress/Rar29/Original/smallfn.hpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/7zip/Compress/Rar29/Original/smallfn.hpp b/7zip/Compress/Rar29/Original/smallfn.hpp
new file mode 100755
index 00000000..096ffef1
--- /dev/null
+++ b/7zip/Compress/Rar29/Original/smallfn.hpp
@@ -0,0 +1,7 @@
+#ifndef _RAR_SMALLFN_
+#define _RAR_SMALLFN_
+
+int ToPercent(Int64 N1,Int64 N2);
+void RARInitData();
+
+#endif