diff options
Diffstat (limited to 'src/home/homework-fscrypt.h')
-rw-r--r-- | src/home/homework-fscrypt.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/home/homework-fscrypt.h b/src/home/homework-fscrypt.h index 7c2d7aa..289e9d8 100644 --- a/src/home/homework-fscrypt.h +++ b/src/home/homework-fscrypt.h @@ -9,3 +9,5 @@ int home_setup_fscrypt(UserRecord *h, HomeSetup *setup, const PasswordCache *cac int home_create_fscrypt(UserRecord *h, HomeSetup *setup, char **effective_passwords, UserRecord **ret_home); int home_passwd_fscrypt(UserRecord *h, HomeSetup *setup, const PasswordCache *cache, char **effective_passwords); + +int home_flush_keyring_fscrypt(UserRecord *h); |