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