mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-09 19:20:41 +03:00
16 lines
197 B
C
16 lines
197 B
C
// SoftEther VPN Source Code - Developer Edition Master Branch
|
|
// Cedar Communication Module
|
|
|
|
|
|
// SM.h
|
|
// Header of SM.c
|
|
|
|
#ifndef SM_H
|
|
#define SM_H
|
|
|
|
void SMExec();
|
|
|
|
#endif // SM_H
|
|
|
|
|