summaryrefslogtreecommitdiffstats
path: root/contrib/tcp_wrappers/scaffold.h
blob: ea568b7225077422fc80e081467d357291c153a4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
 /*
  * @(#) 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();
OpenPOWER on IntegriCloud