Home | History | Annotate | Line # | Download | only in tcpdchk
scaffold.h revision 1.3
      1 /*	$NetBSD: scaffold.h,v 1.3 1998/01/09 08:11:48 perry 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 hostent *find_inet_addr __P((char *));
     10 int check_dns __P((char *));
     11 void shell_cmd __P((char *));
     12 void clean_exit __P((struct request_info *));
     13 #if 0
     14 void rfc931 __P((struct request_info *));
     15 #endif
     16 int check_path __P((char *, struct stat *));
     17