summaryrefslogtreecommitdiff
path: root/lib/cache/lvmcache.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/cache/lvmcache.h')
-rw-r--r--lib/cache/lvmcache.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/cache/lvmcache.h b/lib/cache/lvmcache.h
index 4fb74dbac..404015071 100644
--- a/lib/cache/lvmcache.h
+++ b/lib/cache/lvmcache.h
@@ -213,4 +213,9 @@ int lvmcache_dev_is_unchosen_duplicate(struct device *dev);
void lvmcache_remove_unchosen_duplicate(struct device *dev);
+int lvmcache_add_import_clone_dev(struct cmd_context *cmd, struct device *dev);
+int lvmcache_is_import_clone_dev(struct device *dev);
+void lvmcache_clear_import_clone_devs(void);
+int lvmcache_importing_clones(void);
+
#endif