xref: /titanic_52/usr/src/lib/libwrap/llib-lwrap (revision 7c478bd95313f5f23a4c958a745db2134aa03244)
1*7c478bd9Sstevel@tonic-gate/*
2*7c478bd9Sstevel@tonic-gate * Copyright (c) 2001 by Sun Microsystems, Inc.
3*7c478bd9Sstevel@tonic-gate * All rights reserved.
4*7c478bd9Sstevel@tonic-gate */
5*7c478bd9Sstevel@tonic-gate
6*7c478bd9Sstevel@tonic-gate#pragma ident	"%Z%%M%	%I%	%E% SMI"
7*7c478bd9Sstevel@tonic-gate
8*7c478bd9Sstevel@tonic-gate/* LINTLIBRARY */
9*7c478bd9Sstevel@tonic-gate/* PROTOLIB1 */
10*7c478bd9Sstevel@tonic-gate
11*7c478bd9Sstevel@tonic-gate#include <tcpd.h>
12*7c478bd9Sstevel@tonic-gate
13*7c478bd9Sstevel@tonic-gateextern int hosts_access(struct request_info *);
14*7c478bd9Sstevel@tonic-gateextern void sock_host(struct request_info *);
15*7c478bd9Sstevel@tonic-gateextern char *eval_hostname(struct host_info *);
16*7c478bd9Sstevel@tonic-gateextern char *eval_client(struct request_info *);
17