b208ff84c1
It enables us to control link-local connections by interface like this: ALL : [fe80::%ed0]/10 : allow ALL : [fe80::]/10 : deny
16 lines
313 B
C
16 lines
313 B
C
/*
|
|
* @(#) scaffold.h 1.3 94/12/31 18:19:19
|
|
*
|
|
* Author: Wietse Venema, Eindhoven University of Technology, The Netherlands.
|
|
*
|
|
* $FreeBSD$
|
|
*/
|
|
|
|
#ifdef INET6
|
|
extern struct addrinfo *find_inet_addr();
|
|
#else
|
|
extern struct hostent *find_inet_addr();
|
|
#endif
|
|
extern int check_dns();
|
|
extern int check_path();
|