2002-06-07 01:28:49 +04:00
|
|
|
/* $NetBSD: scaffold.h,v 1.4 2002/06/06 21:28:50 itojun Exp $ */
|
1998-01-09 11:03:16 +03:00
|
|
|
|
1997-01-11 05:06:52 +03:00
|
|
|
/*
|
|
|
|
* @(#) scaffold.h 1.3 94/12/31 18:19:19
|
|
|
|
*
|
|
|
|
* Author: Wietse Venema, Eindhoven University of Technology, The Netherlands.
|
|
|
|
*/
|
|
|
|
|
2002-06-07 01:28:49 +04:00
|
|
|
struct addrinfo *find_inet_addr __P((char *, int));
|
1997-10-12 01:41:34 +04:00
|
|
|
int check_dns __P((char *));
|
|
|
|
void shell_cmd __P((char *));
|
|
|
|
void clean_exit __P((struct request_info *));
|
|
|
|
#if 0
|
|
|
|
void rfc931 __P((struct request_info *));
|
|
|
|
#endif
|
|
|
|
int check_path __P((char *, struct stat *));
|