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 7 extern struct hostent *find_inet_addr(); 8 extern int check_dns(); 9 extern int check_path(); 10
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 7 extern struct hostent *find_inet_addr(); 8 extern int check_dns(); 9 extern int check_path(); 10