summaryrefslogtreecommitdiff
path: root/lib/device/filesystem.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/device/filesystem.h')
-rw-r--r--lib/device/filesystem.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/device/filesystem.h b/lib/device/filesystem.h
index 77eac34d0..cbc7b5352 100644
--- a/lib/device/filesystem.h
+++ b/lib/device/filesystem.h
@@ -50,4 +50,6 @@ int crypt_resize_script(struct cmd_context *cmd, struct logical_volume *lv, stru
uint64_t newsize_bytes_fs);
int fs_mount_state_is_misnamed(struct cmd_context *cmd, struct logical_volume *lv, char *lv_path, char *fstype);
+int lv_crypt_is_active(struct cmd_context *cmd, char *lv_path);
+
#endif