mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
Add warning to lvm.h stating API development in progress.
This commit is contained in:
parent
a44d004684
commit
d4b311970d
10
liblvm/lvm.h
10
liblvm/lvm.h
@ -19,6 +19,16 @@
|
|||||||
|
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
|
|
||||||
|
/******************************** WARNING ********************************/
|
||||||
|
/*
|
||||||
|
* NOTE: This API is under development and subject to change at any time.
|
||||||
|
*
|
||||||
|
* Please send feedback to lvm-devel@redhat.com
|
||||||
|
*/
|
||||||
|
/******************************** WARNING ********************************/
|
||||||
|
|
||||||
|
|
||||||
/******************************** structures ********************************/
|
/******************************** structures ********************************/
|
||||||
|
|
||||||
/* Internal object structures - do not use directly */
|
/* Internal object structures - do not use directly */
|
||||||
|
Loading…
Reference in New Issue
Block a user