]> sourceware.org Git - lvm2.git/blame - liblvm/lvm_misc.h
pre-release
[lvm2.git] / liblvm / lvm_misc.h
CommitLineData
322633e1
DW
1/*
2 * Copyright (C) 2008,2010 Red Hat, Inc. All rights reserved.
3 *
4 * This file is part of LVM2.
5 *
6 * This copyrighted material is made available to anyone wishing to use,
7 * modify, copy, or redistribute it subject to the terms and conditions
8 * of the GNU Lesser General Public License v.2.1.
9 *
10 * You should have received a copy of the GNU Lesser General Public License
11 * along with this program; if not, write to the Free Software Foundation,
12 * Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
13 */
14#ifndef _LVM2APP_MISC_H
15#define _LVM2APP_MISC_H
16
d01a6a2c 17#include "libdevmapper.h"
8961b1d5 18#include "lvm2app.h"
322633e1
DW
19
20struct dm_list *tag_list_copy(struct dm_pool *p, struct dm_list *tag_list);
3c1febe0 21struct lvm_property_value get_property(const pv_t pv, const vg_t vg,
5de70620 22 const lv_t lv, const lvseg_t lvseg,
55429cde 23 const pvseg_t pvseg, const char *name);
eeaf3ba7
PR
24int set_property(const pv_t pv, const vg_t vg, const lv_t lv,
25 const char *name, struct lvm_property_value *value);
322633e1
DW
26
27#endif
This page took 0.044602 seconds and 5 git commands to generate.