mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-02 03:47:53 +08:00
9697f95b8f
This reverts commit 15d999759e
.
15 lines
187 B
C
15 lines
187 B
C
#ifndef __HOOK_CLOSE_H_INCLUDE__
|
|
#define __HOOK_CLOSE_H_INCLUDE__
|
|
|
|
#ifdef __cpluplus
|
|
extern "C"{
|
|
#endif
|
|
|
|
int monitor_port_add(int port);
|
|
|
|
#ifdef __cpluplus
|
|
}
|
|
#endif
|
|
|
|
#endif
|