mirror of https://github.com/BOINC/boinc.git
7 lines
155 B
C
7 lines
155 B
C
|
#ifdef _WIN32
|
||
|
extern int boinc_main_loop(int argc, char** argv);
|
||
|
extern void quit_client();
|
||
|
extern void susp_client();
|
||
|
extern void resume_client();
|
||
|
#endif
|