aboutsummaryrefslogtreecommitdiff
path: root/liblvm
diff options
context:
space:
mode:
authorTony Asleson <tasleson@redhat.com>2013-10-03 16:06:05 -0500
committerTony Asleson <tasleson@redhat.com>2013-11-19 14:40:44 -0600
commit12d5e53953f1dacd911190cacc153dc2343878fe (patch)
tree33f4b61485958523e8789689c14536d70f8e64ea /liblvm
parentfe5b538c14c47e2e206d13c17f0225e39470d720 (diff)
downloadlvm2-12d5e53953f1dacd911190cacc153dc2343878fe.tar.gz
lvm2app: Remove forward declarations.
Remove the forward struct declaration. This isn't needed for implementing opaque data pointers. Signed-off-by: Tony Asleson <tasleson@redhat.com>
Diffstat (limited to 'liblvm')
-rw-r--r--liblvm/lvm2app.h21
1 files changed, 7 insertions, 14 deletions
diff --git a/liblvm/lvm2app.h b/liblvm/lvm2app.h
index 0940b6f97..a91640a9d 100644
--- a/liblvm/lvm2app.h
+++ b/liblvm/lvm2app.h
@@ -84,20 +84,13 @@ const char *lvm_library_get_version(void);
/******************************** structures ********************************/
/**
- * Opaque structures - do not use directly. Internal structures may change
- * without notice between releases, whereas this API will be changed much less
- * frequently. Backwards compatibility will normally be preserved in future
- * releases. On any occasion when the developers do decide to break backwards
- * compatibility in any significant way, the LVM_LIBAPI number (included in
- * the library's soname) will be incremented.
- */
-struct lvm;
-struct physical_volume;
-struct volume_group;
-struct logical_volume;
-struct lv_segment;
-struct pv_segment;
-struct lvm_lv_create_params;
+ * Opaque C pointers - Internal structures may change without notice between
+ * releases, whereas this API will be changed much less frequently. Backwards
+ * compatibility will normally be preserved in future releases. On any occasion
+ * when the developers do decide to break backwards compatibility in any
+ * significant way, the LVM_LIBAPI number (included in the library's soname)
+ * will be incremented.
+ */
/**
* \class lvm_t