summaryrefslogtreecommitdiff
path: root/usr/src/lib/libwrap/llib-lwrap
blob: 8baf1289f84de649c6eab2fc5d4eecdc23ec3c65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * Copyright (c) 2001 by Sun Microsystems, Inc.
 * All rights reserved.
 */

#pragma ident	"%Z%%M%	%I%	%E% SMI"

/* LINTLIBRARY */
/* PROTOLIB1 */

#include <tcpd.h>

extern int hosts_access(struct request_info *);
extern void sock_host(struct request_info *);
extern char *eval_hostname(struct host_info *);
extern char *eval_client(struct request_info *);