1
0
mirror of git://sourceware.org/git/lvm2.git synced 2025-01-03 05:18:29 +03:00

Add tag_list_copy() supporting function inside lvm2app.

Add a supporting function to copy a list of internal tags to lvm2app list.
We need to put this here because of the lvm_str_list_t type which we export
in lvm2app.h.  If we didn't export this type, we could put this in the
internal library and use struct str_list.

Signed-off-by: Dave Wysochanski <dwysocha@redhat.com>
This commit is contained in:
Dave Wysochanski 2010-02-24 18:16:10 +00:00
parent 3c23ff0f2e
commit ccc2e192a0

View File

@ -18,6 +18,7 @@ top_builddir = @top_builddir@
VPATH = @srcdir@
SOURCES =\
lvm_misc.c \
lvm_base.c \
lvm_lv.c \
lvm_pv.c \