aboutsummaryrefslogtreecommitdiffstats
path: root/g13/call-syshelp.h
diff options
context:
space:
mode:
Diffstat (limited to 'g13/call-syshelp.h')
-rw-r--r--g13/call-syshelp.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/g13/call-syshelp.h b/g13/call-syshelp.h
index c78d53b5c..60cc776a8 100644
--- a/g13/call-syshelp.h
+++ b/g13/call-syshelp.h
@@ -20,7 +20,14 @@
#ifndef GNUPG_G13_CALL_SYSHELP_H
#define GNUPG_G13_CALL_SYSHELP_H
+#include "g13tuple.h"
+
void call_syshelp_release (ctrl_t ctrl);
+gpg_error_t call_syshelp_set_device (ctrl_t ctrl, const char *fname);
+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);
#endif /*GNUPG_G13_CALL_SYSHELP_H*/