Welcome to mirror list, hosted at ThFree Co, Russian Federation.

system.hpp « Original « Rar29 « Compress « 7zip - github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 89582ecef016b42e77cf8bb08b87312c33c91fe8 (plain)
1
2
3
4
5
6
7
8
9
10
#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