Home | History | Annotate | Line # | Download | only in tcpdchk
scaffold.h revision 1.2
      1  /*
      2   * @(#) scaffold.h 1.3 94/12/31 18:19:19
      3   *
      4   * Author: Wietse Venema, Eindhoven University of Technology, The Netherlands.
      5   */
      6 
      7 struct hostent *find_inet_addr __P((char *));
      8 int check_dns __P((char *));
      9 void shell_cmd __P((char *));
     10 void clean_exit __P((struct request_info *));
     11 #if 0
     12 void rfc931 __P((struct request_info *));
     13 #endif
     14 int check_path __P((char *, struct stat *));
     15