source: roaraudio/include/libroar/acl.h @ 349:bb7425be4390

Last change on this file since 349:bb7425be4390 was 349:bb7425be4390, checked in by phi, 16 years ago

added roar_acl_rule_chk_connect()

File size: 197 bytes
Line 
1//acl.h:
2
3#ifndef _LIBROARACL_H_
4#define _LIBROARACL_H_
5
6#include "libroar.h"
7
8int roar_acl_rule_chk_connect (struct roar_acl_rule * rule, struct sockaddr * addr, socklen_t addrlen);
9
10#endif
11
12//ll
Note: See TracBrowser for help on using the repository browser.