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