Home | History | Annotate | Line # | Download | only in tcpdchk
scaffold.h revision 1.4.54.1
      1 /*	$NetBSD: scaffold.h,v 1.4.54.1 2012/04/17 00:09:54 yamt 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