aboutsummaryrefslogtreecommitdiffstats
path: root/g13/be-encfs.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--g13/be-encfs.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/g13/be-encfs.h b/g13/be-encfs.h
index c6c8396c5..8ac35f947 100644
--- a/g13/be-encfs.h
+++ b/g13/be-encfs.h
@@ -28,12 +28,14 @@ gpg_error_t be_encfs_create_new_keys (membuf_t *mb);
gpg_error_t be_encfs_create_container (ctrl_t ctrl,
const char *fname,
- tupledesc_t tuples);
+ tupledesc_t tuples,
+ unsigned int *r_id);
gpg_error_t be_encfs_mount_container (ctrl_t ctrl,
const char *fname,
const char *mountpoint,
- tupledesc_t tuples);
+ tupledesc_t tuples,
+ unsigned int *r_id);
#endif /*G13_BE_ENCFS_H*/