aboutsummaryrefslogtreecommitdiffstats
path: root/lib/libshare/nfs.h
diff options
context:
space:
mode:
authorGunnar Beutner <[email protected]>2011-07-02 21:34:05 +0200
committerBrian Behlendorf <[email protected]>2011-07-06 09:20:28 -0700
commit46e18b3f0fc13aa0859d0fef7dc829db20491ab6 (patch)
treef9815556b8493b9c9a6266a4428d74ba546b999d /lib/libshare/nfs.h
parentdc2a4a9136ab5f6e56f9ca8581ec1535adce6c36 (diff)
Implemented sharing datasets via NFS using libshare.
The sharenfs and sharesmb properties depend on the libshare library to export datasets via NFS and SMB. This commit implements the base libshare functionality as well as support for managing NFS shares. Signed-off-by: Brian Behlendorf <[email protected]>
Diffstat (limited to 'lib/libshare/nfs.h')
-rw-r--r--lib/libshare/nfs.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/lib/libshare/nfs.h b/lib/libshare/nfs.h
new file mode 100644
index 000000000..b9ea6ee2f
--- /dev/null
+++ b/lib/libshare/nfs.h
@@ -0,0 +1,27 @@
+/*
+ * CDDL HEADER START
+ *
+ * The contents of this file are subject to the terms of the
+ * Common Development and Distribution License (the "License").
+ * You may not use this file except in compliance with the License.
+ *
+ * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
+ * or http://www.opensolaris.org/os/licensing.
+ * See the License for the specific language governing permissions
+ * and limitations under the License.
+ *
+ * When distributing Covered Code, include this CDDL HEADER in each
+ * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
+ * If applicable, add the following below this CDDL HEADER, with the
+ * fields enclosed by brackets "[]" replaced with your own identifying
+ * information: Portions Copyright [yyyy] [name of copyright owner]
+ *
+ * CDDL HEADER END
+ */
+
+/*
+ * Copyright (c) 2002, 2010, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2011 Gunnar Beutner
+ */
+
+void libshare_nfs_init(void);