summaryrefslogtreecommitdiff
path: root/ext4_utils/ext4_crypt.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext4_utils/ext4_crypt.h')
-rw-r--r--ext4_utils/ext4_crypt.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/ext4_utils/ext4_crypt.h b/ext4_utils/ext4_crypt.h
index 8a83da19..ddc09a71 100644
--- a/ext4_utils/ext4_crypt.h
+++ b/ext4_utils/ext4_crypt.h
@@ -20,9 +20,11 @@
__BEGIN_DECLS
+bool e4crypt_is_native();
+
+int e4crypt_policy_ensure(const char *directory, const char* policy, size_t policy_length);
+
static const char* e4crypt_unencrypted_folder = "/unencrypted";
static const char* e4crypt_key_ref = "/unencrypted/ref";
-bool e4crypt_is_native();
-
__END_DECLS