mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-23 18:09:53 +03:00
17 lines
217 B
C
17 lines
217 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
|
|
|
|
|