diff options
Diffstat (limited to 'g13/backend.h')
-rw-r--r-- | g13/backend.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/g13/backend.h b/g13/backend.h index 0f391d0ab..66d9cd593 100644 --- a/g13/backend.h +++ b/g13/backend.h @@ -39,6 +39,10 @@ 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_suspend_container (ctrl_t ctrl, int conttype, + const char *fname); +gpg_error_t be_resume_container (ctrl_t ctrl, int conttype, + const char *fname, tupledesc_t tuples); #endif /*G13_BACKEND_H*/ |