mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-22 09:29:52 +03:00
17 lines
289 B
C
17 lines
289 B
C
// SoftEther VPN Source Code - Developer Edition Master Branch
|
|
// Cedar Communication Module
|
|
|
|
|
|
// vpncmdsys.h
|
|
// Header of VPN vpncmdsys.c
|
|
|
|
// Function prototypes
|
|
int main(int argc, char *argv[]);
|
|
bool ExecProcess(char *exe_name, wchar_t *args_w);
|
|
bool IsWindowsNt();
|
|
|
|
|
|
|
|
|
|
|