]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - contrib/tcp_wrappers/scaffold.h
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / contrib / tcp_wrappers / scaffold.h
1  /*
2   * @(#) scaffold.h 1.3 94/12/31 18:19:19
3   * 
4   * Author: Wietse Venema, Eindhoven University of Technology, The Netherlands.
5   *
6   * $FreeBSD$
7   */
8
9 #ifdef INET6
10 extern struct addrinfo *find_inet_addr();
11 #else
12 extern struct hostent *find_inet_addr();
13 #endif
14 extern int check_dns();
15 extern int check_path();