• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/include/
1#ifndef _EVENT_H_
2#define _EVENT_H_
3
4struct evfd *create_evfd(void);
5
6void destroy_evfd(struct evfd *e);
7
8int get_read_evfd(struct evfd *evfd);
9
10int write_evfd(struct evfd *evfd);
11
12int read_evfd(struct evfd *evfd);
13
14#endif
15