xref: /onnv-gate/usr/src/lib/libvscan/common/llib-lvscan (revision 5440:f84b7f8d106d)
1*5440Sjm199354/*
2*5440Sjm199354 * CDDL HEADER START
3*5440Sjm199354 *
4*5440Sjm199354 * The contents of this file are subject to the terms of the
5*5440Sjm199354 * Common Development and Distribution License (the "License").
6*5440Sjm199354 * You may not use this file except in compliance with the License.
7*5440Sjm199354 *
8*5440Sjm199354 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9*5440Sjm199354 * or http://www.opensolaris.org/os/licensing.
10*5440Sjm199354 * See the License for the specific language governing permissions
11*5440Sjm199354 * and limitations under the License.
12*5440Sjm199354 *
13*5440Sjm199354 * When distributing Covered Code, include this CDDL HEADER in each
14*5440Sjm199354 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15*5440Sjm199354 * If applicable, add the following below this CDDL HEADER, with the
16*5440Sjm199354 * fields enclosed by brackets "[]" replaced with your own identifying
17*5440Sjm199354 * information: Portions Copyright [yyyy] [name of copyright owner]
18*5440Sjm199354 *
19*5440Sjm199354 * CDDL HEADER END
20*5440Sjm199354 */
21*5440Sjm199354/*
22*5440Sjm199354 * Copyright 2007 Sun Microsystems, Inc.  All rights reserved.
23*5440Sjm199354 * Use is subject to license terms.
24*5440Sjm199354 */
25*5440Sjm199354
26*5440Sjm199354#pragma ident	"%Z%%M%	%I%	%E% SMI"
27*5440Sjm199354
28*5440Sjm199354/*LINTLIBRARY*/
29*5440Sjm199354/*PROTOLIB1*/
30*5440Sjm199354
31*5440Sjm199354#include <libvscan.h>
32