summaryrefslogtreecommitdiffstats
path: root/libexec/tcpd/tcpdchk/scaffold.h
blob: 2450d24ca1095cf51a10f5e589bfe5307dbd287e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*	$OpenBSD: scaffold.h,v 1.2 2002/02/16 21:27:31 millert Exp $	*/

 /*
  * @(#) scaffold.h 1.3 94/12/31 18:19:19
  * 
  * Author: Wietse Venema, Eindhoven University of Technology, The Netherlands.
  */

#include <sys/cdefs.h>

__BEGIN_DECLS
extern struct hostent *find_inet_addr(char *);
extern int check_dns(char *);
extern int check_path(char *, struct stat *);
__END_DECLS