summaryrefslogtreecommitdiffstats
path: root/liblvm
diff options
context:
space:
mode:
authorDave Wysochanski <dwysocha@redhat.com>2009-07-23 23:36:20 +0000
committerDave Wysochanski <dwysocha@redhat.com>2009-07-23 23:36:20 +0000
commit5f055102fa9aabdfb3105b8ac10364144c963a84 (patch)
tree6e4e7af897285575a83a5f5a0f248296534287f3 /liblvm
parent7516d78193aab28ef3365d7e82faf70bcc53dd04 (diff)
downloadlvm2-5f055102fa9aabdfb3105b8ac10364144c963a84.tar.gz
lvm2-5f055102fa9aabdfb3105b8ac10364144c963a84.tar.xz
lvm2-5f055102fa9aabdfb3105b8ac10364144c963a84.zip
Remove lvseg_t and pvseg_t typedefs from liblvm/lvm.h.
We do not need lvseg and pvseg for now. If we need we will add back later.
Diffstat (limited to 'liblvm')
-rw-r--r--liblvm/lvm.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/liblvm/lvm.h b/liblvm/lvm.h
index 6e337b9d..bf765b54 100644
--- a/liblvm/lvm.h
+++ b/liblvm/lvm.h
@@ -22,15 +22,11 @@
struct volume_group;
struct physical_volume;
struct logical_volume;
-struct lv_segment;
-struct pv_segment;
/* liblvm handles to objects pv, vg, lv, pvseg, lvseg */
typedef struct volume_group vg_t;
typedef struct physical_volume pv_t;
typedef struct logical_volume lv_t;
-typedef struct pv_segment pvseg_t;
-typedef struct lv_segment lvseg_t;
struct lvm; /* internal data */