aboutsummaryrefslogtreecommitdiffstats
path: root/g13/be-encfs.h
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2009-10-15 17:20:41 +0000
committerWerner Koch <[email protected]>2009-10-15 17:20:41 +0000
commit598bf9199e89a53bc0ffd2e32141a42d5ec85184 (patch)
tree0a5d888558adc8f13d873bbf93c639f5aaebb738 /g13/be-encfs.h
parentmount does now work in server and standalone mode. (diff)
downloadgnupg-598bf9199e89a53bc0ffd2e32141a42d5ec85184.tar.gz
gnupg-598bf9199e89a53bc0ffd2e32141a42d5ec85184.zip
Reworked the server commands.
Track mounts. --create does now work as expected.
Diffstat (limited to 'g13/be-encfs.h')
-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*/