1 /* $NetBSD: scaffold.h,v 1.5 2012/03/21 10:11:34 matt Exp $ */ 2 3 /* 4 * @(#) scaffold.h 1.3 94/12/31 18:19:19 5 * 6 * Author: Wietse Venema, Eindhoven University of Technology, The Netherlands. 7 */ 8 9 struct addrinfo *find_inet_addr(char *, int); 10 int check_dns(char *); 11 void shell_cmd(char *); 12 void clean_exit(struct request_info *); 13 #if 0 14 void rfc931(struct request_info *); 15 #endif 16 int check_path(const char *, struct stat *); 17