diff options
Diffstat (limited to 'g13/be-dmcrypt.h')
-rw-r--r-- | g13/be-dmcrypt.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/g13/be-dmcrypt.h b/g13/be-dmcrypt.h index 152186057..d74e09f7c 100644 --- a/g13/be-dmcrypt.h +++ b/g13/be-dmcrypt.h @@ -27,6 +27,9 @@ gpg_error_t be_dmcrypt_mount_container (ctrl_t ctrl, const char *fname, const char *mountpoint, tupledesc_t tuples); +gpg_error_t be_dmcrypt_suspend_container (ctrl_t ctrl, const char *fname); +gpg_error_t be_dmcrypt_resume_container (ctrl_t ctrl, const char *fname, + tupledesc_t tuples); #endif /*G13_BE_DMCRYPT_H*/ |