diff options
Diffstat (limited to 'g13/call-syshelp.h')
-rw-r--r-- | g13/call-syshelp.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/g13/call-syshelp.h b/g13/call-syshelp.h index 60cc776a8..c2578f241 100644 --- a/g13/call-syshelp.h +++ b/g13/call-syshelp.h @@ -28,6 +28,9 @@ gpg_error_t call_syshelp_run_create (ctrl_t ctrl, int conttype); gpg_error_t call_syshelp_run_mount (ctrl_t ctrl, int conttype, const char *mountpoint, tupledesc_t tuples); +gpg_error_t call_syshelp_run_suspend (ctrl_t ctrl, int conttype); +gpg_error_t call_syshelp_run_resume (ctrl_t ctrl, int conttype, + tupledesc_t tuples); #endif /*GNUPG_G13_CALL_SYSHELP_H*/ |