994fd6fe29c1d337158d24b8fb0058d65fb6d0ec
2 void init_acl(struct list_head
*acl
, char * const *acl_info
, int num
);
3 int host_in_acl(int fd
, struct list_head
*acl
);
4 void add_acl_entry(struct list_head
*acl
, struct in_addr addr
,
6 void del_acl_entry(struct list_head
*acl
, struct in_addr addr
,
8 char *get_acl_contents(struct list_head
*acl
);