mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Keep on hacking on g13. A simple --create and --mount does now work.
A hacked up encfs is required.
This commit is contained in:
parent
9b345f2a8a
commit
536b6ab09f
24 changed files with 1801 additions and 26 deletions
|
@ -26,6 +26,15 @@ gpg_error_t be_encfs_get_detached_name (const char *fname,
|
|||
char **r_name, int *r_isdir);
|
||||
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);
|
||||
|
||||
gpg_error_t be_encfs_mount_container (ctrl_t ctrl,
|
||||
const char *fname,
|
||||
const char *mountpoint,
|
||||
tupledesc_t tuples);
|
||||
|
||||
|
||||
#endif /*G13_BE_ENCFS_H*/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue