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