diff options
author | Werner Koch <[email protected]> | 2009-10-15 17:20:41 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2009-10-15 17:20:41 +0000 |
commit | 598bf9199e89a53bc0ffd2e32141a42d5ec85184 (patch) | |
tree | 0a5d888558adc8f13d873bbf93c639f5aaebb738 /g13/backend.h | |
parent | mount does now work in server and standalone mode. (diff) | |
download | gnupg-598bf9199e89a53bc0ffd2e32141a42d5ec85184.tar.gz gnupg-598bf9199e89a53bc0ffd2e32141a42d5ec85184.zip |
Reworked the server commands.
Track mounts.
--create does now work as expected.
Diffstat (limited to 'g13/backend.h')
-rw-r--r-- | g13/backend.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/g13/backend.h b/g13/backend.h index 7cdde9e4b..2048697dc 100644 --- a/g13/backend.h +++ b/g13/backend.h @@ -30,10 +30,12 @@ gpg_error_t be_create_new_keys (int conttype, membuf_t *mb); gpg_error_t be_create_container (ctrl_t ctrl, int conttype, const char *fname, int fd, - tupledesc_t tuples); + tupledesc_t tuples, + unsigned int *r_id); gpg_error_t be_mount_container (ctrl_t ctrl, int conttype, const char *fname, const char *mountpoint, - tupledesc_t tuples); + tupledesc_t tuples, + unsigned int *r_id); #endif /*G13_BACKEND_H*/ |