xref: /onnv-gate/usr/src/cmd/tcpd/scaffold.h (revision 0:68f95e015346)
1*0Sstevel@tonic-gate  /*
2*0Sstevel@tonic-gate   * @(#) scaffold.h 1.3 94/12/31 18:19:19
3*0Sstevel@tonic-gate   *
4*0Sstevel@tonic-gate   * Author: Wietse Venema, Eindhoven University of Technology, The Netherlands.
5*0Sstevel@tonic-gate   */
6*0Sstevel@tonic-gate 
7*0Sstevel@tonic-gate extern struct hostent *find_inet_addr();
8*0Sstevel@tonic-gate extern int check_dns();
9*0Sstevel@tonic-gate extern int check_path();
10