acl/lib_acl/samples/hook_close/hook_close.h

15 lines
173 B
C
Raw Normal View History

#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