1
0
mirror of https://github.com/SoftEtherVPN/SoftEtherVPN.git synced 2025-04-03 18:00:08 +03:00
SoftEtherVPN/src/Cedar/EM.h
2021-02-26 16:06:15 +09:00

17 lines
201 B
C

// SoftEther VPN Source Code - Developer Edition Master Branch
// Cedar Communication Module
// EM.h
// Header of EM.c
#ifndef EM_H
#define EM_H
// Public function
void EMExec();
#endif // EM_H