1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2024-11-23 09:59:52 +03:00
SoftEtherVPN/src/vpnclient/vpncsvc.h

19 lines
355 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
// vpncsvc.h
// Header of vpncsvc.c
#ifndef VPNCSVC_H
#define VPNCSVC_H
// Function prototype
int PASCAL WinMain(HINSTANCE hInst, HINSTANCE hPrev, char *CmdLine, int CmdShow);
void StartProcess();
void StopProcess();
#endif // VPNCSVC_H