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