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/system.hpp')
-rwxr-xr-x7zip/Compress/Rar29/Original/system.hpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/7zip/Compress/Rar29/Original/system.hpp b/7zip/Compress/Rar29/Original/system.hpp
deleted file mode 100755
index 89582ece..00000000
--- a/7zip/Compress/Rar29/Original/system.hpp
+++ /dev/null
@@ -1,10 +0,0 @@
-#ifndef _RAR_SYSTEM_
-#define _RAR_SYSTEM_
-
-void InitSystemOptions(int SleepTime);
-void SetPriority(int Priority);
-void Wait();
-bool EmailFile(char *FileName,char *MailTo);
-void Shutdown();
-
-#endif