1
0
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:
Dave Wysochanski 2009-07-27 21:13:54 +00:00
parent a44d004684
commit d4b311970d

View File

@ -19,6 +19,16 @@
#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 ********************************/
/* Internal object structures - do not use directly */