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:
parent
3c23ff0f2e
commit
ccc2e192a0
@ -18,6 +18,7 @@ top_builddir = @top_builddir@
|
||||
VPATH = @srcdir@
|
||||
|
||||
SOURCES =\
|
||||
lvm_misc.c \
|
||||
lvm_base.c \
|
||||
lvm_lv.c \
|
||||
lvm_pv.c \
|
||||
|
Loading…
Reference in New Issue
Block a user