mirror of
https://gitee.com/acl-dev/acl.git
synced 2024-12-15 01:10:52 +08:00
15 lines
173 B
C
15 lines
173 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
|