llib-lreparse revision 2
1476N/A/*
2887N/A * CDDL HEADER START
1476N/A *
1476N/A * The contents of this file are subject to the terms of the
1476N/A * Common Development and Distribution License (the "License").
1476N/A * You may not use this file except in compliance with the License.
1476N/A *
1476N/A * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
1476N/A * or http://www.opensolaris.org/os/licensing.
6982N/A * See the License for the specific language governing permissions
6982N/A * and limitations under the License.
5826N/A *
1476N/A * When distributing Covered Code, include this CDDL HEADER in each
1476N/A * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
6982N/A * If applicable, add the following below this CDDL HEADER, with the
1476N/A * fields enclosed by brackets "[]" replaced with your own identifying
6982N/A * information: Portions Copyright [yyyy] [name of copyright owner]
6982N/A *
6982N/A * CDDL HEADER END
6982N/A */
1476N/A
1476N/A/*
1476N/A * Copyright (c) 2009, 2011, Oracle and/or its affiliates. All rights reserved.
1476N/A */
6215N/A
1476N/A/* LINTLIBRARY */
1476N/A/* PROTOLIB1 */
1476N/A
5826N/A#include <sys/fs_reparse.h>
1476N/A#include "rp_plugin.h"
5826N/A
5826N/A/*
5826N/A * usr/src/lib/libreparse
6215N/A */
6215N/Aint reparse_add(nvlist_t *, const char *, const char *);
6215N/Aint reparse_create(const char *, const char *);
5826N/Aint reparse_delete(const char *);
5826N/Aint reparse_deref(const char *, const char *, char *, size_t *);
6219N/Avoid reparse_free(nvlist_t *);
5826N/Anvlist_t *reparse_init(void);
5826N/Aint reparse_parse(const char *, nvlist_t *);
1797N/Aint reparse_remove(nvlist_t *, const char *);
5826N/Aint reparse_remove(nvlist_t *, const char *);
5826N/Aint reparse_unparse(nvlist_t *, char **);
5826N/Aint reparse_validate(const char *);
5826N/Aint rp_plugin_init(void);
5826N/A