1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-11-22 17:39:53 +03:00
SoftEtherVPN/src/vpncmdsys/vpncmdsys.h

17 lines
289 B
C
Raw Normal View History

2017-10-19 05:48:23 +03:00
// SoftEther VPN Source Code - Developer Edition Master Branch
2014-01-04 17:00:08 +04:00
// 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();