1 // SoftEther VPN Source Code - Developer Edition Master Branch
2 // Cedar Communication Module
3 
4 
5 // EM.h
6 // Header of EM.c
7 
8 #ifndef	EM_H
9 #define	EM_H
10 
11 // Public function
12 void EMExec();
13 
14 #endif	// EM_H
15 
16 
17