diff options
Diffstat (limited to 'g13/backend.h')
-rw-r--r-- | g13/backend.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/g13/backend.h b/g13/backend.h index 66d9cd593..d1cedb36f 100644 --- a/g13/backend.h +++ b/g13/backend.h @@ -39,6 +39,7 @@ gpg_error_t be_mount_container (ctrl_t ctrl, int conttype, const char *fname, const char *mountpoint, tupledesc_t tuples, unsigned int *r_id); +gpg_error_t be_umount_container (ctrl_t ctrl, int conttype, const char *fname); gpg_error_t be_suspend_container (ctrl_t ctrl, int conttype, const char *fname); gpg_error_t be_resume_container (ctrl_t ctrl, int conttype, |