summaryrefslogtreecommitdiffstats
path: root/g13/backend.h
diff options
context:
space:
mode:
Diffstat (limited to 'g13/backend.h')
-rw-r--r--g13/backend.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/g13/backend.h b/g13/backend.h
index 2048697dc..20d296606 100644
--- a/g13/backend.h
+++ b/g13/backend.h
@@ -24,19 +24,18 @@
#include "utils.h" /* For tupledesc_t */
int be_is_supported_conttype (int conttype);
-gpg_error_t be_get_detached_name (int conttype, const char *fname,
+gpg_error_t be_get_detached_name (int conttype, const char *fname,
char **r_name, int *r_isdir);
gpg_error_t be_create_new_keys (int conttype, membuf_t *mb);
-gpg_error_t be_create_container (ctrl_t ctrl, int conttype,
+gpg_error_t be_create_container (ctrl_t ctrl, int conttype,
const char *fname, int fd,
tupledesc_t tuples,
unsigned int *r_id);
-gpg_error_t be_mount_container (ctrl_t ctrl, int conttype,
+gpg_error_t be_mount_container (ctrl_t ctrl, int conttype,
const char *fname, const char *mountpoint,
tupledesc_t tuples,
unsigned int *r_id);
#endif /*G13_BACKEND_H*/
-