mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Reworked the server commands.
Track mounts. --create does now work as expected.
This commit is contained in:
parent
1445c15ed1
commit
598bf9199e
14 changed files with 629 additions and 217 deletions
|
@ -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*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue