summaryrefslogtreecommitdiffstats
path: root/liblvm/lvm_misc.h
diff options
context:
space:
mode:
Diffstat (limited to 'liblvm/lvm_misc.h')
-rw-r--r--liblvm/lvm_misc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/liblvm/lvm_misc.h b/liblvm/lvm_misc.h
index b4e675eb..710c98d9 100644
--- a/liblvm/lvm_misc.h
+++ b/liblvm/lvm_misc.h
@@ -19,5 +19,7 @@
struct dm_list *tag_list_copy(struct dm_pool *p, struct dm_list *tag_list);
struct lvm_property_value get_property(const pv_t pv, const vg_t vg,
const lv_t lv, const char *name);
+int set_property(const pv_t pv, const vg_t vg, const lv_t lv,
+ const char *name, struct lvm_property_value *value);
#endif