2012-03-21 14:11:34 +04:00
|
|
|
/* $NetBSD: scaffold.h,v 1.5 2012/03/21 10:11:34 matt 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.
|
|
|
|
*/
|
|
|
|
|
2012-03-21 14:11:34 +04:00
|
|
|
struct addrinfo *find_inet_addr(char *, int);
|
|
|
|
int check_dns(char *);
|
|
|
|
void shell_cmd(char *);
|
|
|
|
void clean_exit(struct request_info *);
|
1997-10-12 01:41:34 +04:00
|
|
|
#if 0
|
2012-03-21 14:11:34 +04:00
|
|
|
void rfc931(struct request_info *);
|
1997-10-12 01:41:34 +04:00
|
|
|
#endif
|
2012-03-21 14:11:34 +04:00
|
|
|
int check_path(const char *, struct stat *);
|