mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2024-11-23 01:49:53 +03:00
17 lines
219 B
C
17 lines
219 B
C
// SoftEther VPN Source Code - Developer Edition Master Branch
|
|
// Cedar Communication Module
|
|
|
|
|
|
// NM.h
|
|
// Header of NM.c
|
|
|
|
#ifndef NM_H
|
|
#define NM_H
|
|
|
|
// External function
|
|
void NMExec();
|
|
|
|
#endif // NM_H
|
|
|
|
|