From d4b311970dc9a8977951ba9cc34a8485456e9b62 Mon Sep 17 00:00:00 2001 From: Dave Wysochanski Date: Mon, 27 Jul 2009 21:13:54 +0000 Subject: [PATCH] Add warning to lvm.h stating API development in progress. --- liblvm/lvm.h | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/liblvm/lvm.h b/liblvm/lvm.h index 7023419e8..3cd56d9da 100644 --- a/liblvm/lvm.h +++ b/liblvm/lvm.h @@ -19,6 +19,16 @@ #include + +/******************************** 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 */